Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-defs.h60 #define EXCP_HLT 0x10001 /* hlt instruction reached */ macro
Dcpu-exec.c405 env->exception_index = EXCP_HLT; in cpu_exec()
/external/qemu/hw/
Dgoldfish_trace.c268 cpu_single_env->exception_index = EXCP_HLT; in trace_dev_write()
/external/qemu/target-arm/
Dop_helper.c277 env->exception_index = EXCP_HLT; in HELPER()
/external/qemu/target-i386/
Dkvm.c767 env->exception_index = EXCP_HLT; in kvm_handle_halt()
Dhax-all.c598 env->exception_index = EXCP_HLT; in hax_vcpu_hax_exec()
Dop_helper.c1310 return EXCP_HLT; in check_exception()
4683 env->exception_index = EXCP_HLT; in do_hlt()
/external/qemu/target-mips/
Dop_helper.c1800 helper_raise_exception(EXCP_HLT); in helper_wait()