gem5
v19.0.0.0
|
Locked address class that represents a physical address and a context id. More...
#include <abstract_mem.hh>
Public Member Functions | |
bool | matchesContext (const RequestPtr &req) const |
LockedAddr (const RequestPtr &req) | |
LockedAddr (Addr _addr, int _cid) | |
Static Public Member Functions | |
static Addr | mask (Addr paddr) |
Public Attributes | |
Addr | addr |
const ContextID | contextId |
Static Private Attributes | |
static const Addr | Addr_Mask = 0xf |
Locked address class that represents a physical address and a context id.
Definition at line 65 of file abstract_mem.hh.
|
inline |
Definition at line 91 of file abstract_mem.hh.
|
inline |
Definition at line 96 of file abstract_mem.hh.
Definition at line 81 of file abstract_mem.hh.
Referenced by AbstractMemory::checkLockedAddrList(), and AbstractMemory::trackLoadLocked().
|
inline |
Definition at line 84 of file abstract_mem.hh.
References InvalidContextID.
Addr LockedAddr::addr |
Definition at line 76 of file abstract_mem.hh.
|
staticprivate |
Definition at line 71 of file abstract_mem.hh.
const ContextID LockedAddr::contextId |
Definition at line 79 of file abstract_mem.hh.