Home
last modified time | relevance | path

Searched refs:EXCP_HLT (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/target/hppa/
H A Dsys_helper.c54 helper_excp(env, EXCP_HLT); in HELPER()
60 helper_excp(env, EXCP_HLT); in HELPER()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c77 raise_exception(env, EXCP_HLT); in helper_wait()
/openbmc/qemu/target/i386/tcg/
H A Dexcp_helper.c64 return EXCP_HLT; in check_exception()
/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c137 do_raise_exception(env, EXCP_HLT, 0); in helper_idle()
/openbmc/qemu/target/sparc/
H A Dhelper.c209 cs->exception_index = EXCP_HLT; in helper_power_down()
/openbmc/qemu/include/exec/
H A Dcpu-common.h18 #define EXCP_HLT 0x10001 /* hlt instruction reached */ macro
/openbmc/qemu/target/arm/
H A Darm-powerctl.c254 target_cpu_state->exception_index = EXCP_HLT; in arm_set_cpu_off_async_work()
H A Dinternals.h59 || excp == EXCP_HLT in excp_is_internal()
/openbmc/qemu/target/s390x/
H A Dcpu-system.c224 cs->exception_index = EXCP_HLT; in s390_cpu_halt()
H A Dcpu.c279 cs->exception_index = EXCP_HLT; in s390_cpu_initfn()
/openbmc/qemu/target/avr/
H A Dhelper.c155 cs->exception_index = EXCP_HLT; in helper_sleep()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c732 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 Dexc_helper.c117 HELPER(exception)(env, EXCP_HLT); in HELPER()
/openbmc/qemu/hw/misc/
H A Dmips_itu.c187 current_cpu->exception_index = EXCP_HLT; in block_thread_and_exit()
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c406 cs->exception_index = EXCP_HLT; in HELPER()
466 cs->exception_index = EXCP_HLT; in HELPER()
/openbmc/qemu/target/i386/tcg/system/
H A Dmisc_helper.c515 cs->exception_index = EXCP_HLT; in helper_hlt()
/openbmc/qemu/target/rx/
H A Dop_helper.c454 raise_exception(env, EXCP_HLT, 0); in helper_wait()
/openbmc/qemu/target/sh4/
H A Dop_helper.c93 raise_exception(env, EXCP_HLT, 0); in helper_sleep()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c657 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 Dcpu-exec.c802 cpu->exception_index = EXCP_HLT; in cpu_handle_interrupt()
/openbmc/qemu/target/riscv/
H A Dop_helper.c542 cs->exception_index = EXCP_HLT; in helper_wfi()
/openbmc/qemu/target/ppc/
H A Dtranslate.c1993 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 Dwhpx-all.c1442 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 Dcpu.c77 {EXCP_HLT, "EXCP_HLT"},
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c511 cs->exception_index = EXCP_HLT; in h_cede()

12