/openbmc/qemu/target/hppa/ |
H A D | sys_helper.c | 55 helper_excp(env, EXCP_HLT); in HELPER() 61 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/hvf/ |
H A D | hvf.c | 445 return EXCP_HLT; in hvf_vcpu_exec() 462 return EXCP_HLT; in hvf_vcpu_exec() 494 ret = EXCP_HLT; in hvf_vcpu_exec()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | excp_helper.c | 65 return EXCP_HLT; in check_exception()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | op_helper.c | 138 do_raise_exception(env, EXCP_HLT, 0); in helper_idle()
|
/openbmc/qemu/target/sparc/ |
H A D | helper.c | 210 cs->exception_index = EXCP_HLT; in helper_power_down()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 20 #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 | 55 || excp == EXCP_HLT in excp_is_internal()
|
/openbmc/qemu/target/avr/ |
H A D | helper.c | 164 cs->exception_index = EXCP_HLT; in helper_sleep()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu-sysemu.c | 206 cs->exception_index = EXCP_HLT; in s390_cpu_halt()
|
H A D | cpu.c | 295 cs->exception_index = EXCP_HLT; in s390_cpu_initfn()
|
/openbmc/qemu/target/xtensa/ |
H A D | exc_helper.c | 118 HELPER(exception)(env, EXCP_HLT); in HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | op_helper.c | 378 * For QEMU, make it NOP here, because trying to raise EXCP_HLT in HELPER() 405 cs->exception_index = EXCP_HLT; in HELPER() 419 * For QEMU, make it NOP here, because trying to raise EXCP_HLT in HELPER() 465 cs->exception_index = EXCP_HLT;
|
/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/i386/tcg/sysemu/ |
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 | 455 raise_exception(env, EXCP_HLT, 0); in helper_wait()
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 655 cpu->exception_index = EXCP_HLT; in nvmm_handle_halted() 718 cpu->exception_index = EXCP_HLT; in nvmm_vcpu_loop()
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 94 raise_exception(env, EXCP_HLT, 0); in helper_sleep()
|
/openbmc/qemu/target/riscv/ |
H A D | op_helper.c | 388 cs->exception_index = EXCP_HLT; in helper_wfi()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 827 cpu->exception_index = EXCP_HLT; in cpu_handle_interrupt()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1967 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_pause() 3349 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_wait() 3395 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_doze() 3411 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_nap() 3427 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_stop() 3443 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_sleep() 3459 gen_exception_nip(ctx, EXCP_HLT, ctx->base.pc_next); in gen_rvwinkle()
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 1444 cpu->exception_index = EXCP_HLT; in whpx_handle_halt() 1682 cpu->exception_index = EXCP_HLT; in whpx_vcpu_run()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 74 {EXCP_HLT, "EXCP_HLT"},
|
/openbmc/qemu/hw/ppc/ |
H A D | e500.c | 773 cs->exception_index = EXCP_HLT; in ppce500_cpu_reset_sec()
|