gem5
v19.0.0.0
|
Functions | |
template<class XC > | |
void | handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask) |
template<class XC > | |
void | handleLockedRead (XC *xc, const RequestPtr &req) |
template<class XC > | |
void | handleLockedSnoopHit (XC *xc) |
template<class XC > | |
bool | handleLockedWrite (XC *xc, const RequestPtr &req, Addr cacheBlockMask) |
template<class XC > | |
void | globalClearExclusive (XC *xc) |
|
inline |
Definition at line 86 of file locked_mem.hh.
Referenced by AbstractMemory::checkLockedAddrList().
|
inline |
Definition at line 66 of file locked_mem.hh.
Referenced by TimingSimpleCPU::handleReadPacket(), LSQUnit< Impl >::read(), AtomicSimpleCPU::readMem(), and Minor::LSQ::tryToSendToTransfers().
|
inline |
Definition at line 60 of file locked_mem.hh.
Referenced by LSQUnit< Impl >::checkSnoop(), AtomicSimpleCPU::AtomicCPUDPort::recvAtomicSnoop(), AtomicSimpleCPU::AtomicCPUDPort::recvFunctionalSnoop(), TimingSimpleCPU::DcachePort::recvTimingSnoopReq(), Minor::LSQ::recvTimingSnoopReq(), TimingSimpleCPU::threadSnoop(), AtomicSimpleCPU::threadSnoop(), and Minor::LSQ::threadSnoop().
|
inline |
Definition at line 72 of file locked_mem.hh.
Referenced by LSQUnit< Impl >::checkSnoop().
|
inline |
Definition at line 79 of file locked_mem.hh.
Referenced by TimingSimpleCPU::sendData(), Minor::LSQ::tryToSendToTransfers(), LSQUnit< Impl >::writebackStores(), and AtomicSimpleCPU::writeMem().