Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dexcp_helper.c67 return EXCP_HLT; in check_exception()
Dmisc_helper.c523 env->exception_index = EXCP_HLT; in do_hlt()
Dhax-all.c602 env->exception_index = EXCP_HLT; in hax_vcpu_hax_exec()
Dkvm.c777 env->exception_index = EXCP_HLT; in kvm_handle_halt()
/external/qemu/include/exec/
Dcpu-defs.h61 #define EXCP_HLT 0x10001 /* hlt instruction reached */ macro
/external/qemu/hw/android/goldfish/
Dtrace.c201 cpu_single_env->exception_index = EXCP_HLT; in trace_dev_write()
/external/qemu/target-arm/
Dop_helper.c267 env->exception_index = EXCP_HLT; in HELPER()
/external/qemu/
Dcpu-exec.c345 env->exception_index = EXCP_HLT; in cpu_exec()
/external/qemu/target-mips/
Dop_helper.c2062 helper_raise_exception(env, EXCP_HLT); in helper_wait()