|
Cycles | gem5::ruby::zero_time () |
|
Cycles | gem5::ruby::intToCycles (int c) |
|
Tick | gem5::ruby::intToTick (int c) |
|
NodeID | gem5::ruby::intToID (int nodenum) |
|
int | gem5::ruby::IDToInt (NodeID id) |
|
int | gem5::ruby::addressToInt (Addr addr) |
|
Addr | gem5::ruby::intToAddress (int addr) |
|
int | gem5::ruby::mod (int val, int mod) |
|
int | gem5::ruby::max_tokens () |
|
bool | gem5::ruby::isWriteRequest (RubyRequestType type) |
|
bool | gem5::ruby::isDataReadRequest (RubyRequestType type) |
|
bool | gem5::ruby::isReadRequest (RubyRequestType type) |
|
bool | gem5::ruby::isHtmCmdRequest (RubyRequestType type) |
|
bool | gem5::ruby::isTlbiCmdRequest (RubyRequestType type) |
|
RubyRequestType | gem5::ruby::htmCmdToRubyRequestType (const Packet *pkt) |
|
RubyRequestType | gem5::ruby::tlbiCmdToRubyRequestType (const Packet *pkt) |
|
int | gem5::ruby::addressOffset (Addr addr, Addr base) |
|
bool | gem5::ruby::testAndRead (Addr addr, DataBlock &blk, Packet *pkt) |
| This function accepts an address, a data block and a packet.
|
|
bool | gem5::ruby::testAndReadMask (Addr addr, DataBlock &blk, WriteMask &mask, Packet *pkt) |
| This function accepts an address, a data block, a write mask and a packet.
|
|
bool | gem5::ruby::testAndWrite (Addr addr, DataBlock &blk, Packet *pkt) |
| This function accepts an address, a data block and a packet.
|
|
int | gem5::ruby::countBoolVec (BoolVec bVec) |
|
RequestorID | gem5::ruby::getRequestorID (RequestPtr req) |
|