gem5
[DEVELOP-FOR-23.0]
|
#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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::ruby | |
Functions | |
NetDest | gem5::ruby::broadcast (MachineType type) |
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) |
int | gem5::ruby::machineCount (MachineType machType) |
MachineID | gem5::ruby::createMachineID (MachineType type, NodeID id) |
MachineID | gem5::ruby::MachineTypeAndNodeIDToMachineID (MachineType type, NodeID node) |