gem5 v24.0.0.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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | 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) |