Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-defs.h62 #define EXCP_HLT 0x10001 /* hlt instruction reached */ macro
Dcpu-exec.c353 env->exception_index = EXCP_HLT; in cpu_exec()
/external/qemu/hw/
Dgoldfish_trace.c258 cpu_single_env->exception_index = EXCP_HLT; in trace_dev_write()
/external/qemu/target-arm/
Dop_helper.c280 env->exception_index = EXCP_HLT; in HELPER()