Searched refs:CP0St_KSU (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-mips/
H A Dexec.h74 env->hflags |= (env->CP0_Status >> CP0St_KSU) & MIPS_HFLAG_KSU;
H A Dcpu.h285 #define CP0St_KSU 3 macro
508 ((3 << CP0St_KSU) | (1 << CP0St_ERL) | (1 << CP0St_EXL))) == (3 << CP0St_KSU));
H A Dop_helper.c727 t0 |= (tcstatus & (0x3 << CP0TCSt_TKSU)) >> (CP0TCSt_TKSU - CP0St_KSU);
1186 tcstatus = (tcstatus & ~(0x3 << CP0TCSt_TKSU)) | ((arg1 & (0x3 << CP0St_KSU)) << (CP0TCSt_TKSU - CP0St_KSU));

Completed in 57 milliseconds