| /openbmc/qemu/target/hppa/ |
| H A D | sys_helper.c | 54 helper_excp(env, EXCP_HLT); in HELPER() 60 helper_excp(env, EXCP_HLT); in HELPER()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | exception.c | 77 raise_exception(env, EXCP_HLT); in helper_wait()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | excp_helper.c | 64 return EXCP_HLT; in check_exception()
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | op_helper.c | 137 do_raise_exception(env, EXCP_HLT, 0); in helper_idle()
|
| /openbmc/qemu/target/sparc/ |
| H A D | helper.c | 209 cs->exception_index = EXCP_HLT; in helper_power_down()
|
| /openbmc/qemu/include/exec/ |
| H A D | cpu-common.h | 18 #define EXCP_HLT 0x10001 /* hlt instruction reached */ macro
|
| /openbmc/qemu/target/arm/ |
| H A D | arm-powerctl.c | 254 target_cpu_state->exception_index = EXCP_HLT; in arm_set_cpu_off_async_work()
|
| H A D | internals.h | 59 || excp == EXCP_HLT in excp_is_internal()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu-system.c | 224 cs->exception_index = EXCP_HLT; in s390_cpu_halt()
|
| H A D | cpu.c | 279 cs->exception_index = EXCP_HLT; in s390_cpu_initfn()
|
| /openbmc/qemu/target/avr/ |
| H A D | helper.c | 155 cs->exception_index = EXCP_HLT; in helper_sleep()
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | hvf.c | 732 return EXCP_HLT; in hvf_vcpu_exec() 749 return EXCP_HLT; in hvf_vcpu_exec() 781 ret = EXCP_HLT; in hvf_vcpu_exec()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | exc_helper.c | 117 HELPER(exception)(env, EXCP_HLT); in HELPER()
|
| /openbmc/qemu/hw/misc/ |
| H A D | mips_itu.c | 187 current_cpu->exception_index = EXCP_HLT; in block_thread_and_exit()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | op_helper.c | 406 cs->exception_index = EXCP_HLT; in HELPER() 466 cs->exception_index = EXCP_HLT; in HELPER()
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | misc_helper.c | 515 cs->exception_index = EXCP_HLT; in helper_hlt()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 454 raise_exception(env, EXCP_HLT, 0); in helper_wait()
|
| /openbmc/qemu/target/sh4/ |
| H A D | op_helper.c | 93 raise_exception(env, EXCP_HLT, 0); in helper_sleep()
|
| /openbmc/qemu/target/i386/nvmm/ |
| H A D | nvmm-all.c | 657 cpu->exception_index = EXCP_HLT; in nvmm_handle_halted() 721 cpu->exception_index = EXCP_HLT; in nvmm_vcpu_loop()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | cpu-exec.c | 802 cpu->exception_index = EXCP_HLT; in cpu_handle_interrupt()
|
| /openbmc/qemu/target/riscv/ |
| H A D | op_helper.c | 542 cs->exception_index = EXCP_HLT; in helper_wfi()
|
| /openbmc/qemu/target/ppc/ |
| H A D | translate.c | 1993 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_pause() 3375 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_wait() 3421 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_doze() 3437 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_nap() 3453 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_stop() 3469 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_sleep() 3485 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_rvwinkle()
|
| /openbmc/qemu/target/i386/whpx/ |
| H A D | whpx-all.c | 1442 cpu->exception_index = EXCP_HLT; in whpx_handle_halt() 1675 cpu->exception_index = EXCP_HLT; in whpx_vcpu_run()
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu.c | 77 {EXCP_HLT, "EXCP_HLT"},
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_hcall.c | 511 cs->exception_index = EXCP_HLT; in h_cede()
|