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