OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXCP_HLT
(Results
1 - 8
of
8
) sorted by null
/external/qemu/
cpu-defs.h
60
#define
EXCP_HLT
0x10001 /* hlt instruction reached */
cpu-exec.c
405
env->exception_index =
EXCP_HLT
;
[
all
...]
/external/qemu/hw/
goldfish_trace.c
269
cpu_single_env->exception_index =
EXCP_HLT
;
/external/qemu/target-arm/
op_helper.c
277
env->exception_index =
EXCP_HLT
;
/external/qemu/target-i386/
hax-all.c
598
env->exception_index =
EXCP_HLT
;
kvm.c
767
env->exception_index =
EXCP_HLT
;
op_helper.c
[
all
...]
/external/qemu/target-mips/
op_helper.c
[
all
...]
Completed in 99 milliseconds