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

/gem5/src/systemc/tests/systemc/misc/sim/prime_do_while/
H A Dreset.cpp52 halt();
/gem5/src/systemc/tests/systemc/misc/synth/prime_flag/
H A Dreset.cpp52 halt();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait_cthread.h47 halt( sc_simcontext* = sc_get_curr_simcontext() );
H A Dsc_cthread_process.h40 void halt( sc_simcontext* );
58 friend void halt( sc_simcontext* );
H A Dsc_wait_cthread.cpp44 halt( sc_simcontext* simc ) function in namespace:sc_core
H A Dsc_module.h271 void halt() function in class:sc_core::sc_module
272 { ::sc_core::halt( simcontext() ); }
/gem5/src/arch/alpha/
H A Dosfpal.hh38 halt = 0x00, enumerator in enum:PAL::__anon58
/gem5/src/systemc/tests/systemc/misc/synth/add_chain/
H A Dreset_stim.h110 halt();
/gem5/src/systemc/tests/systemc/misc/unit/control/posedge/
H A Drdy.h108 halt();
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Dreset_stim.cpp110 halt();
/gem5/src/systemc/tests/systemc/misc/unit/control/timing/
H A Drdy.h147 halt();
/gem5/src/arch/mips/
H A Ddt_constants.hh46 Bitfield<26> halt; member in namespace:MipsISA
H A Dmt.hh138 tc->halt();
/gem5/src/cpu/
H A Dsimple_thread.cc194 SimpleThread::halt() function in class:SimpleThread
H A Dthread_context.hh178 virtual void halt() = 0;
H A Dsimple_thread.hh240 void halt() override;
/gem5/src/systemc/ext/core/
H A Dsc_module.hh244 void halt();
336 void halt();
H A D_using.hh97 using sc_core::halt;
/gem5/src/cpu/checker/
H A Dthread_context.hh190 void halt() override { actualTC->halt(); }
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh127 O3ThreadContext<Impl>::halt() function in class:O3ThreadContext
129 DPRINTF(O3CPU, "Calling halt on Thread Context %d\n", threadId());
135 // the thread is not going to halt/terminate immediately in this cycle.
H A Dthread_context.hh160 void halt() override;
H A Dcpu.hh335 void halt() { panic("Halt not implemented!\n"); } function in class:FullO3CPU
/gem5/src/systemc/core/
H A Dsc_module.cc509 sc_module::halt() function in class:sc_core::sc_module
511 ::sc_core::halt();
779 halt() function in namespace:sc_core
/gem5/src/dev/sparc/
H A Diob.cc299 sys->threadContexts[cpu_id]->halt();
/gem5/src/sim/
H A Dsyscall_emul.cc144 * we need to halt walk's thread context. After all threads
154 sys->threadContexts[i]->halt();
191 tc->halt();
205 * synchronization messages to the switch process. So we just halt

Completed in 48 milliseconds