gem5 v24.0.0.0
|
#include <base.hh>
Public Member Functions | |
AddressMonitor () | |
bool | doMonitor (PacketPtr pkt) |
Public Attributes | |
bool | armed |
Addr | vAddr |
Addr | pAddr |
uint64_t | val |
bool | waiting |
bool | gotWakeup |
bool gem5::AddressMonitor::doMonitor | ( | PacketPtr | pkt | ) |
Definition at line 764 of file base.cc.
References DPRINTF, gem5::Packet::getAddr(), and gem5::Packet::req.
Referenced by gem5::AtomicSimpleCPU::AtomicCPUDPort::recvAtomicSnoop(), gem5::TimingSimpleCPU::DcachePort::recvFunctionalSnoop(), gem5::minor::LSQ::recvTimingSnoopReq(), gem5::o3::LSQ::DcachePort::recvTimingSnoopReq(), gem5::TimingSimpleCPU::DcachePort::recvTimingSnoopReq(), and gem5::minor::LSQ::threadSnoop().
bool gem5::AddressMonitor::armed |
Definition at line 75 of file base.hh.
Referenced by gem5::BaseCPU::armMonitor().
bool gem5::AddressMonitor::gotWakeup |
Definition at line 80 of file base.hh.
Referenced by gem5::BaseCPU::mwait(), and gem5::BaseSimpleCPU::wakeup().
Addr gem5::AddressMonitor::pAddr |
Definition at line 77 of file base.hh.
Referenced by gem5::BaseCPU::armMonitor(), gem5::BaseCPU::mwait(), and gem5::BaseCPU::mwaitAtomic().
Addr gem5::AddressMonitor::vAddr |
Definition at line 76 of file base.hh.
Referenced by gem5::BaseCPU::armMonitor(), gem5::BaseCPU::mwait(), and gem5::BaseCPU::mwaitAtomic().
bool gem5::AddressMonitor::waiting |
Definition at line 79 of file base.hh.
Referenced by gem5::BaseCPU::mwait(), and gem5::BaseCPU::mwaitAtomic().