Searched refs:notify (Results 176 - 186 of 186) sorted by relevance

12345678

/gem5/src/cpu/o3/
H A Dcommit_impl.hh714 ppCommitStall->notify(inst);
1029 ppSquash->notify(head_inst);
1049 ppCommit->notify(head_inst);
H A Drename_impl.hh768 ppRename->notify(inst);
1001 ppSquashInRename->notify(std::make_pair(hb_it->instSeqNum,
H A Dlsq_unit_impl.hh118 cpu->ppDataAccessComplete->notify(std::make_pair(inst, pkt));
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp87 ev.notify();
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp138 ev.notify(SC_ZERO_TIME);
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc143 QueuedPrefetcher::notify(const PacketPtr &pkt, const PrefetchInfo &pfi) function in class:QueuedPrefetcher
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc260 peq.notify(trans, phase, delay);
/gem5/src/arch/arm/
H A Dpmu.cc474 PMU::RegularEvent::RegularProbe::notify(const uint64_t &val) function in class:ArmISA::PMU::RegularEvent::RegularProbe
H A Dtlb.cc221 ppRefills->notify(1);
/gem5/src/cpu/simple/
H A Datomic.cc718 ppCommit->notify(std::make_pair(thread, curStaticInst));
/gem5/src/mem/cache/
H A Dbase.cc367 // notify before anything else as later handleTimingReqHit might turn
369 ppHit->notify(pkt);
379 ppMiss->notify(pkt);
477 ppFill->notify(pkt);

Completed in 35 milliseconds

12345678