OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_HFLAG_MODE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
cpu.h
419
#define
MIPS_HFLAG_MODE
0x0007 /* execution modes */
helper.c
113
int user_mode = (env->hflags &
MIPS_HFLAG_MODE
) == MIPS_HFLAG_UM;
114
int supervisor_mode = (env->hflags &
MIPS_HFLAG_MODE
) == MIPS_HFLAG_SM;
Completed in 24 milliseconds