Home
last modified time | relevance | path

Searched refs:cpu_create_or_reset_tc (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu.cc98 cpu_create_or_reset_tc(cpu); in cpu_new()
298 void cpu_create_or_reset_tc(struct cpu *cpu) in cpu_create_or_reset_tc() function
H A Dcpu_dyntrans.cc737 cpu_create_or_reset_tc(cpu);
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dcpu.h467 void cpu_create_or_reset_tc(struct cpu *cpu);
/dports/emulators/gxemul/gxemul-0.6.3/src/debugger/
H A Ddebugger_cmds.cc94 cpu_create_or_reset_tc(m->cpus[i]); in debugger_cmd_breakpoint()
131 cpu_create_or_reset_tc(m->cpus[i]); in debugger_cmd_breakpoint()
H A Ddebugger.cc628 cpu_create_or_reset_tc(debugger_machine->cpus[i]); in debugger()