Home
last modified time | relevance | path

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

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