Searched refs:cpu_reset_hold (Results 1 – 3 of 3) sorted by relevance
38 void (*cpu_reset_hold)(CPUState *cpu); member
218 ops->cpu_reset_hold = tcg_cpu_reset_hold; in tcg_accel_ops_init()
207 if (cpus_accel->cpu_reset_hold) { in cpu_exec_reset_hold()208 cpus_accel->cpu_reset_hold(cpu); in cpu_exec_reset_hold()