Searched refs:getPC (Results 1 - 25 of 26) sorted by relevance

12

/gem5/src/sim/probe/
H A Dmem.hh67 pc(pkt->req->hasPC() ? pkt->req->getPC() : 0),
/gem5/util/statetrace/arch/i686/
H A Dtracechild.hh75 uint64_t getPC() {return getRegVal(EIP);} function in class:I686TraceChild
/gem5/util/statetrace/arch/arm/
H A Dtracechild.hh107 getPC() function in class:ARMTraceChild
H A Dtracechild.cc165 uint32_t pc = getPC();
244 uint32_t pc = getPC();
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh101 getPC() function in class:SparcTraceChild
H A Dtracechild.cc384 uint64_t pc = getPC();
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage.cc415 unsigned int g = spec.getHash(tid, bi.getPC(), bi.getPC() >> 2, index);
419 h ^= (bi.getPC() ^ (bi.getPC() >> 2));
475 unsigned int hpc = (bi.getPC() ^ (bi.getPC() >> 2));
476 unsigned int pc = bi.getPC();
H A Dmultiperspective_perceptron.cc275 unsigned int g = spec.getHash(tid, bi.getPC(), bi.getPC2(), index);
313 int lhist = threadData[tid]->localHistories[bi.getPC()];
688 if (target < bi->getPC()) {
713 bool hashed_taken = hash_taken ? (taken ^ !!(bi->getPC() & (1<<pcbit)))
765 unsigned int z = bi->getPC() >> i;
800 threadData[tid]->localHistories.update(bi->getPC(), hashed_taken);
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.hh112 uint64_t getPC() {return getRegVal(RIP);} function in class:AMD64TraceChild
H A Dtracechild.cc248 uint64_t pc = getPC();
324 uint64_t rip = getPC();
394 uint64_t newPC, origPC = getPC();
397 newPC = getPC();
/gem5/src/mem/cache/prefetch/
H A Ddelta_correlating_prediction_tables.cc135 Addr pc = pfi.getPC();
H A Dbase.hh137 Addr getPC() const function in class:BasePrefetcher::PrefetchInfo
H A Dqueued.cc67 pkt->req->setPC(pfInfo.getPC());
345 addr, blkSize, pkt->req->getFlags(), masterId, pfi.getPC(),
H A Dstride.cc151 Addr pc = pfi.getPC();
H A Dbase.cc60 : address(addr), pc(pkt->req->hasPC() ? pkt->req->getPC() : 0),
H A Dindirect_memory.cc70 Addr pc = pfi.getPC();
H A Dirregular_stream_buffer.cc72 Addr pc = pfi.getPC();
H A Dspatio_temporal_memory_streaming.cc126 Addr pc = pfi.getPC();
/gem5/src/arch/alpha/
H A Dtlb.cc378 if (FullSystem && PcPAL(req->getPC()))
381 if (PcPAL(req->getPC())) {
469 if (PcPAL(req->getPC())) {
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc153 req->getPC(), req->getVaddr(), req->getPaddr(),
161 inst_fetch_pkt.set_pc(req->getPC());
/gem5/src/arch/arm/
H A Dtlb.cc672 req->getPC(),
766 req->getPC(),
997 req->getPC(),
/gem5/src/mem/ruby/system/
H A DSequencer.cc631 pc = pkt->req->getPC();
H A DGPUCoalescer.cc883 pc = pkt->req->getPC();
/gem5/src/mem/
H A Drequest.hh829 getPC() const function
/gem5/src/cpu/minor/
H A Dlsq.cc497 request->getPC());
508 request->getPC());

Completed in 60 milliseconds

12