Searched refs:hasPC (Results 1 - 12 of 12) sorted by relevance

/gem5/src/sim/probe/
H A Dmem.hh67 pc(pkt->req->hasPC() ? pkt->req->getPC() : 0),
/gem5/src/mem/cache/prefetch/
H A Dbase.hh139 assert(hasPC());
147 bool hasPC() const function in class:BasePrefetcher::PrefetchInfo
H A Ddelta_correlating_prediction_tables.cc130 if (!pfi.hasPC()) {
H A Dbase.cc60 : address(addr), pc(pkt->req->hasPC() ? pkt->req->getPC() : 0),
61 masterId(pkt->req->masterId()), validPC(pkt->req->hasPC()),
H A Dstride.cc144 if (!pfi.hasPC()) {
H A Dindirect_memory.cc65 if (!pfi.hasPC()) {
H A Dirregular_stream_buffer.cc68 if (!pfi.hasPC()) {
H A Dspatio_temporal_memory_streaming.cc121 if (!pfi.hasPC()) {
H A Dqueued.cc65 if (tag_prefetch && pfInfo.hasPC()) {
/gem5/src/mem/ruby/system/
H A DSequencer.cc630 if (pkt->req->hasPC()) {
H A DGPUCoalescer.cc882 if (pkt->req->hasPC()) {
/gem5/src/mem/
H A Drequest.hh822 hasPC() const function

Completed in 32 milliseconds