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.c55 helper_excp(env, EXCP_HLT); in HELPER()
61 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/hvf/
H A Dhvf.c445 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 Dexcp_helper.c65 return EXCP_HLT; in check_exception()
/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c138 do_raise_exception(env, EXCP_HLT, 0); in helper_idle()
/openbmc/qemu/target/sparc/
H A Dhelper.c210 cs->exception_index = EXCP_HLT; in helper_power_down()
/openbmc/qemu/include/exec/
H A Dcpu-common.h20 #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.h55 || excp == EXCP_HLT in excp_is_internal()
/openbmc/qemu/target/avr/
H A Dhelper.c164 cs->exception_index = EXCP_HLT; in helper_sleep()
/openbmc/qemu/target/s390x/
H A Dcpu-sysemu.c206 cs->exception_index = EXCP_HLT; in s390_cpu_halt()
H A Dcpu.c295 cs->exception_index = EXCP_HLT; in s390_cpu_initfn()
/openbmc/qemu/target/xtensa/
H A Dexc_helper.c118 HELPER(exception)(env, EXCP_HLT); in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c378 * 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 Dmips_itu.c187 current_cpu->exception_index = EXCP_HLT; in block_thread_and_exit()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c515 cs->exception_index = EXCP_HLT; in helper_hlt()
/openbmc/qemu/target/rx/
H A Dop_helper.c455 raise_exception(env, EXCP_HLT, 0); in helper_wait()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c655 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 Dop_helper.c94 raise_exception(env, EXCP_HLT, 0); in helper_sleep()
/openbmc/qemu/target/riscv/
H A Dop_helper.c388 cs->exception_index = EXCP_HLT; in helper_wfi()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c827 cpu->exception_index = EXCP_HLT; in cpu_handle_interrupt()
/openbmc/qemu/target/ppc/
H A Dtranslate.c1967 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 Dwhpx-all.c1444 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 Dcpu.c74 {EXCP_HLT, "EXCP_HLT"},
/openbmc/qemu/hw/ppc/
H A De500.c773 cs->exception_index = EXCP_HLT; in ppce500_cpu_reset_sec()

12