OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_HFLAG_UM
(Results
1 - 5
of
5
) sorted by null
/external/qemu/target-mips/
exec.h
77
if (((env->hflags & MIPS_HFLAG_KSU) !=
MIPS_HFLAG_UM
) ||
cpu.h
424
#define
MIPS_HFLAG_UM
0x0002 /* user mode flag */
helper.c
113
int user_mode = (env->hflags & MIPS_HFLAG_MODE) ==
MIPS_HFLAG_UM
;
op_helper.c
1169
case
MIPS_HFLAG_UM
: qemu_log(", UM\n"); break;
[
all
...]
translate.c
814
if (((ctx->hflags & MIPS_HFLAG_KSU) ==
MIPS_HFLAG_UM
) &&
[
all
...]
Completed in 2464 milliseconds