Searched refs:wakeup (Results 1 - 25 of 63) sorted by relevance

123

/gem5/src/arch/null/
H A Dcpu_dummy.hh50 static void wakeup(ThreadID tid) { ; } function in class:BaseCPU
/gem5/src/sim/
H A Dinit_signals.cc122 getEventQueue(0)->wakeup();
132 getEventQueue(0)->wakeup();
142 getEventQueue(0)->wakeup();
177 getEventQueue(0)->wakeup();
/gem5/src/mem/ruby/common/
H A DConsumer.cc43 // This wakeup is not redundant
45 [this]{ wakeup(); }, "Consumer Event", true);
H A DConsumer.hh31 * targets of wakeup events. There is only two methods, wakeup() and
55 virtual void wakeup() = 0;
/gem5/src/mem/ruby/network/garnet2.0/
H A DCrossbarSwitch.hh52 void wakeup();
H A DNetworkLink.hh61 void wakeup();
H A DSwitchAllocator.hh51 void wakeup();
H A DRouter.cc85 Router::wakeup() function in class:Router
91 m_input_unit[inport]->wakeup();
101 m_output_unit[outport]->wakeup();
105 m_sw_alloc->wakeup();
108 m_switch->wakeup();
H A DCrossbarSwitch.cc69 * The wakeup function of the CrossbarSwitch loops through all input ports,
71 * output link. The output link is scheduled for wakeup in the next cycle.
75 CrossbarSwitch::wakeup() function in class:CrossbarSwitch
H A DNetworkLink.cc66 NetworkLink::wakeup() function in class:NetworkLink
H A DNetworkInterface.hh66 void wakeup();
H A DOutputUnit.hh55 void wakeup();
H A DInputUnit.hh54 void wakeup();
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.cc51 directedStartEvent([this]{ wakeup(); }, "Directed tick",
129 RubyDirectedTester::wakeup() function in class:RubyDirectedTester
H A DRubyDirectedTester.hh78 void wakeup();
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.hh119 /** Signal module to wakeup */
120 void wakeup(Tick when);
/gem5/src/arch/arm/
H A Dlocked_mem.hh88 xc->getCpuPtr()->wakeup(xc->threadId());
163 xc->getCpuPtr()->wakeup(xc->threadId());
/gem5/src/mem/ruby/structures/
H A DWireBuffer.hh65 void wakeup();
92 Consumer* m_consumer_ptr; // Consumer to signal a wakeup()
H A DWireBuffer.cc141 WireBuffer::wakeup() function in class:WireBuffer
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.hh76 void wakeup();
H A DThrottle.hh65 void wakeup();
/gem5/src/arch/alpha/
H A Dlocked_mem.hh142 xc->getCpuPtr()->wakeup(xc->threadId());
/gem5/src/arch/mips/
H A Dlocked_mem.hh146 xc->getCpuPtr()->wakeup(xc->threadId());
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.hh103 void wakeup();
H A Dsmmu_v3_proc.cc57 SMMUProcess::wakeup() function in class:SMMUProcess
198 SMMUProcess, &SMMUProcess::wakeup> (this, true);

Completed in 23 milliseconds

123