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

/gem5/src/mem/ruby/system/
H A DRubyPortProxy.hh85 RequestStatus makeRequest(PacketPtr pkt);
H A DRubyPortProxy.cc57 RubyPortProxy::makeRequest(PacketPtr pkt) function in class:RubyPortProxy
62 panic("RubyPortProxy::makeRequest should not be called");
H A DVIPERCoalescer.hh64 RequestStatus makeRequest(PacketPtr pkt);
H A DDMASequencer.hh64 RequestStatus makeRequest(PacketPtr pkt) override;
H A DCacheRecorder.cc96 m_sequencer_ptr->makeRequest(pkt);
141 m_sequencer_ptr->makeRequest(pkt);
H A DRubyPort.hh154 virtual RequestStatus makeRequest(PacketPtr pkt) = 0;
H A DVIPERCoalescer.cc83 // and makeRequest returns RequestStatus_Issued;
85 // newRequests queue and to the reqCoalescer table; makeRequest
91 VIPERCoalescer::makeRequest(PacketPtr pkt) function in class:VIPERCoalescer
128 RequestStatus requestStatus = GPUCoalescer::makeRequest(pkt);
H A DDMASequencer.cc65 DMASequencer::makeRequest(PacketPtr pkt) function in class:DMASequencer
H A DSequencer.hh86 RequestStatus makeRequest(PacketPtr pkt);
H A DGPUCoalescer.hh162 virtual RequestStatus makeRequest(PacketPtr pkt);
H A DRubyPort.cc276 RequestStatus requestStatus = ruby_port->makeRequest(pkt);
H A DSequencer.cc530 Sequencer::makeRequest(PacketPtr pkt) function in class:Sequencer
H A DGPUCoalescer.cc686 // and makeRequest returns RequestStatus_Issued;
688 // newRequests queue and to the reqCoalescer table; makeRequest
694 GPUCoalescer::makeRequest(PacketPtr pkt) function in class:GPUCoalescer
703 // virtual xCoalescer::makeRequest
707 // virtual xCoalescer::makeRequest
1014 // are used to track aliased requests in makeRequest subroutine
1018 panic("GPUCoalescer::makeRequest should never be called if the "

Completed in 23 milliseconds