Searched refs:service (Results 1 - 9 of 9) sorted by relevance

/gem5/src/base/
H A Dpollevent.hh84 void service();
H A Dpollevent.cc188 PollQueue::service() function in class:PollQueue
/gem5/src/sim/
H A Dsimulate.cc194 // Take the event queue lock in case any of the service
205 pollQueue.service();
/gem5/src/cpu/
H A Dpc_event.hh103 bool service(ThreadContext *tc) function in class:PCEventQueue
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc171 pollQueue.service();
/gem5/src/cpu/checker/
H A Dcpu_impl.hh415 system->pcEventQueue.service(tc);
/gem5/src/cpu/simple/
H A Dbase.cc147 system->pcEventQueue.service(threadContexts[curThread]);
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1115 cpu->system->pcEventQueue.service(thread[tid]->getTC());
/gem5/src/cpu/minor/
H A Dexecute.cc844 cpu.system->pcEventQueue.service(thread);
1602 /* Evaluate interrupts in round-robin based upon service */

Completed in 22 milliseconds