Searched refs:icachePort (Results 1 - 13 of 13) sorted by relevance

/gem5/src/cpu/simple/
H A Datomic.hh159 AtomicCPUPort icachePort; member in class:AtomicSimpleCPU
180 Port &getInstPort() override { return icachePort; }
H A Dtiming.hh256 IcachePort icachePort; member in class:TimingSimpleCPU
270 Port &getInstPort() override { return icachePort; }
H A Datomic.cc86 icachePort(name() + ".icache_port", this),
700 icache_latency = sendPacket(icachePort, &ifetch_pkt);
H A Dtiming.cc80 : BaseSimpleCPU(p), fetchTranslation(this), icachePort(this),
707 if (!icachePort.sendTimingReq(ifetch_pkt)) {
/gem5/src/cpu/minor/
H A Dfetch1.hh206 IcachePort icachePort; member in class:Minor::Fetch1
395 MinorCPU::MinorCPUPort &getIcachePort() { return icachePort; }
H A Dfetch1.cc68 icachePort(name_ + ".icache_port", *this, cpu_),
335 if (icachePort.sendTimingReq(request->packet)) {
662 /* Step fetches through the icachePort queues and memory system */
/gem5/src/cpu/checker/
H A Dcpu.cc69 : BaseCPU(p, true), systemPtr(NULL), icachePort(NULL), dcachePort(NULL),
124 icachePort = icache_port;
H A Dcpu.hh122 assert(icachePort); variable
123 return *icachePort;
132 MasterPort *icachePort; member in class:CheckerCPU
H A Dcpu_impl.hh287 icachePort->sendFunctional(pkt);
/gem5/src/cpu/o3/
H A Dfetch.hh383 MasterPort &getInstPort() { return icachePort; }
544 IcachePort icachePort; member in class:DefaultFetch
H A Dfetch_impl.hh101 icachePort(this, _cpu),
698 if (!icachePort.sendTimingReq(data_pkt)) {
1428 if (icachePort.sendTimingReq(retryPkt)) {
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh323 IcachePort icachePort; member in class:TraceCPU
1149 Port &getInstPort() { return icachePort; }
H A Dtrace_cpu.cc51 icachePort(this),
57 icacheGen(*this, ".iside", icachePort, instMasterID, instTraceFile),

Completed in 37 milliseconds