OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0St_KSU
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-mips/
exec.h
74
env->hflags |= (env->CP0_Status >>
CP0St_KSU
) & MIPS_HFLAG_KSU;
cpu.h
285
#define
CP0St_KSU
3
508
((3 <<
CP0St_KSU
) | (1 << CP0St_ERL) | (1 << CP0St_EXL))) == (3 <<
CP0St_KSU
));
op_helper.c
727
t0 |= (tcstatus & (0x3 << CP0TCSt_TKSU)) >> (CP0TCSt_TKSU -
CP0St_KSU
);
[
all
...]
Completed in 79 milliseconds