OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXCP_SYSCALL
(Results
1 - 5
of
5
) sorted by null
/external/qemu/target-mips/
cpu.h
589
EXCP_SYSCALL
,
helper.c
566
[
EXCP_SYSCALL
] = "syscall",
723
case
EXCP_SYSCALL
:
translate.c
[
all
...]
/external/qemu/target-i386/
cpu.h
437
#define
EXCP_SYSCALL
0x100 /* only happens in user only emulation
op_helper.c
1003
env->exception_index =
EXCP_SYSCALL
;
[
all
...]
Completed in 186 milliseconds