Home
last modified time | relevance | path

Searched refs:CPU_INTERRUPT_HALT (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/exec/
H A Dpoison.h54 #pragma GCC poison CPU_INTERRUPT_HALT
H A Dcpu-all.h257 #define CPU_INTERRUPT_HALT 0x0020 macro
/openbmc/qemu/hw/misc/
H A Dmips_cpc.c70 cpu_interrupt(cs, CPU_INTERRUPT_HALT); in cpc_stop_vp()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c566 cpu_interrupt(CPU(cpu), CPU_INTERRUPT_HALT); in s390_cpu_do_interrupt()
591 cpu_interrupt(CPU(cpu), CPU_INTERRUPT_HALT); in s390_cpu_exec_interrupt()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c823 } else if (interrupt_request & CPU_INTERRUPT_HALT) { in cpu_handle_interrupt()
825 cpu->interrupt_request &= ~CPU_INTERRUPT_HALT; in cpu_handle_interrupt()
/openbmc/qemu/target/xtensa/
H A Dhelper.c315 cpu_interrupt(cpu, CPU_INTERRUPT_HALT); in xtensa_runstall()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c213 cpu_interrupt(current_cpu, CPU_INTERRUPT_HALT); in cpu_halt_signal()
/openbmc/qemu/hw/arm/
H A Domap1.c1560 cpu_interrupt(CPU(s->cpu), CPU_INTERRUPT_HALT); in omap_clkm_idlect1_update()
/openbmc/qemu/target/arm/
H A Dhelper.c4525 cpu_interrupt(env_cpu(env), CPU_INTERRUPT_HALT); in omap_wfi_write()