Searched refs:handleIprRead (Results 1 - 15 of 15) sorted by relevance

/gem5/src/arch/alpha/
H A Dmmapped_ipr.hh43 using GenericISA::handleIprRead;
/gem5/src/arch/arm/
H A Dmmapped_ipr.hh48 using GenericISA::handleIprRead;
/gem5/src/arch/mips/
H A Dmmapped_ipr.hh46 using GenericISA::handleIprRead;
/gem5/src/arch/power/
H A Dmmapped_ipr.hh50 using GenericISA::handleIprRead;
/gem5/src/arch/riscv/
H A Dmmapped_ipr.hh46 using GenericISA::handleIprRead;
/gem5/src/arch/sparc/
H A Dmmapped_ipr.hh49 handleIprRead(ThreadContext *xc, Packet *pkt) function in namespace:SparcISA
/gem5/src/arch/generic/
H A Dmmapped_ipr.hh139 handleIprRead(ThreadContext *xc, Packet *pkt) function in namespace:GenericISA
/gem5/src/arch/x86/
H A Dmmapped_ipr.hh58 handleIprRead(ThreadContext *xc, Packet *pkt) function in namespace:X86ISA
/gem5/src/cpu/o3/
H A Dlsq.hh555 virtual Cycles handleIprRead(ThreadContext *thread, PacketPtr pkt) = 0;
737 virtual Cycles handleIprRead(ThreadContext *thread, PacketPtr pkt);
811 virtual Cycles handleIprRead(ThreadContext *thread, PacketPtr pkt);
H A Dlsq_impl.hh1122 LSQ<Impl>::SingleDataRequest::handleIprRead(ThreadContext *thread,
1125 return TheISA::handleIprRead(thread, pkt);
1130 LSQ<Impl>::SplitDataRequest::handleIprRead(ThreadContext *thread,
1139 Cycles d = TheISA::handleIprRead(thread, pkt);
H A Dlsq_unit.hh672 Cycles delay = req->handleIprRead(thread, main_pkt);
/gem5/src/cpu/simple/
H A Datomic.cc412 dcache_latency += TheISA::handleIprRead(thread->getTC(), &pkt);
613 dcache_latency += TheISA::handleIprRead(thread->getTC(), &pkt);
H A Dtiming.cc272 Cycles delay = TheISA::handleIprRead(thread->getTC(), pkt);
/gem5/src/cpu/kvm/
H A Dbase.cc1144 TheISA::handleIprRead(tc, pkt));
/gem5/src/cpu/minor/
H A Dlsq.cc1188 TheISA::handleIprRead(thread, packet);

Completed in 33 milliseconds