gem5 v24.1.0.1
|
#include "mem/ruby/common/Address.hh"
#include "mem/ruby/common/MachineID.hh"
#include "mem/ruby/common/NetDest.hh"
#include "mem/ruby/protocol/MachineType.hh"
#include "mem/ruby/structures/DirectoryMemory.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 Arm Limited All rights reserved. | |
namespace | gem5::ruby |
Functions | |
MachineID | gem5::ruby::mapAddressToRange (Addr addr, MachineType type, int low_bit, int num_bits, int cluster_id=0) |
NodeID | gem5::ruby::machineIDToNodeID (MachineID machID) |
MachineType | gem5::ruby::machineIDToMachineType (MachineID machID) |
MachineID | gem5::ruby::createMachineID (MachineType type, NodeID id) |
MachineID | gem5::ruby::MachineTypeAndNodeIDToMachineID (MachineType type, NodeID node) |