Home
last modified time | relevance | path

Searched refs:leave_halt (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c682 bool leave_halt = tcg_ops->cpu_exec_halt(cpu); in cpu_handle_halt() local
684 if (!leave_halt) { in cpu_handle_halt()
/openbmc/qemu/target/arm/
H A Dcpu.c1138 bool leave_halt = cpu_has_work(cs); in arm_cpu_exec_halt() local
1140 if (leave_halt) { in arm_cpu_exec_halt()
1147 return leave_halt; in arm_cpu_exec_halt()