Lines Matching refs:fetch
82 fetchEvent([this]{ fetch(); }, name())
110 // The fetch event can become descheduled if a drain didn't
219 // kick things off by initiating the fetch of the next instruction
654 TimingSimpleCPU::fetch()
701 DPRINTF(SimpleCPU, "Sending fetch for addr %#x(pa: %#x)\n",
718 // fetch fault: advance directly to next instruction (fault handler)
742 // If the _status is not Idle, schedule an event to fetch the next
747 DPRINTF(SimpleCPU, "Scheduling fetch event after the Fault\n");
765 // kick off fetch of next instruction... callback from icache
768 fetch();
853 DPRINTF(SimpleCPU, "Received fetch response %#x\n", pkt->getAddr());
982 // memory system (fetch and load/store) to set the pace.