Searched defs:schedule (Results 1 - 15 of 15) sorted by relevance
/gem5/src/mem/qos/ |
H A D | policy.cc | 51 Policy::schedule(const PacketPtr pkt) function in class:QoS::Policy
|
H A D | policy_fixed_prio.cc | 76 FixedPriorityPolicy::schedule(const MasterID mId, const uint64_t data) function in class:QoS::FixedPriorityPolicy
|
H A D | mem_ctrl.cc | 213 MemCtrl::schedule(MasterID m_id, uint64_t data) function in class:QoS::MemCtrl 227 MemCtrl::schedule(const PacketPtr pkt) function in class:QoS::MemCtrl
|
H A D | policy_pf.cc | 92 PropFairPolicy::schedule(const MasterID pkt_mid, const uint64_t pkt_size) function in class:QoS::PropFairPolicy
|
/gem5/src/sim/ |
H A D | eventq_impl.hh | 42 EventQueue::schedule(Event *event, Tick when, bool global) function in class:EventQueue
|
H A D | global_event.cc | 53 void BaseGlobalEvent::schedule(Tick when) function in class:BaseGlobalEvent
|
H A D | eventq.hh | 744 schedule(Event &event, Tick when) function in class:EventManager 762 schedule(Even function in class:EventManager [all...] |
/gem5/src/systemc/core/ |
H A D | sched_event.hh | 56 schedule(ScEvents &events, Tick w) function in class:sc_gem5::ScEvent
|
H A D | scheduler.hh | 240 schedule(ScEvent *event, const ::sc_core::sc_time &delay) function in class:sc_gem5::Scheduler 394 schedule(::Event *event, Tick tick) function in class:sc_gem5::Scheduler 402 void schedule(::Event *event) { schedule(event, getCurTick()); } function in class:sc_gem5::Scheduler [all...] |
/gem5/ext/testlib/ |
H A D | loader.py | 149 def schedule(self): member in class:Loader
|
/gem5/src/cpu/simple/ |
H A D | timing.cc | 73 TimingSimpleCPU::TimingCPUPort::TickEvent::schedule(PacketPtr _pkt, Tick t) function in class:TimingSimpleCPU::TimingCPUPort::TickEvent [all...] |
/gem5/src/cpu/ |
H A D | pc_event.cc | 77 PCEventQueue::schedule(PCEvent *event) function in class:PCEventQueue
|
/gem5/src/base/ |
H A D | pollevent.cc | 161 PollQueue::schedule(PollEvent *event) function in class:PollQueue
|
/gem5/src/gpu-compute/ |
H A D | lds_state.hh | 137 schedule(Tick when) function in class:LdsState::TickEvent
|
/gem5/src/cpu/o3/ |
H A D | lsq_unit.hh | 382 void schedule(Event& ev, Tick when) { cpu->schedule(ev, when); } function in class:LSQUnit
|
Completed in 37 milliseconds