Lines Matching refs:MachineID
56 #include "mem/ruby/common/MachineID.hh"
139 void queueMemoryRead(const MachineID &id, Addr addr, Cycles latency);
140 void queueMemoryWrite(const MachineID &id, Addr addr, Cycles latency,
142 void queueMemoryWritePartial(const MachineID &id, Addr addr, Cycles latency,
150 MachineID getMachineID() const { return m_machineID; }
157 * Map an address to the correct MachineID
162 * address to a directory it will return the MachineID of the
167 * @return the MachineID of the destination
169 MachineID mapAddressToMachine(Addr addr, MachineType mtype) const;
184 MachineID m_machineID;
260 MachineID id;
262 SenderState(MachineID _id) : id(_id)