Searched refs:MIPS_HFLAG_KSU (Results 1 – 5 of 5) sorted by relevance
69 MIPS_HFLAG_F64 | MIPS_HFLAG_FPU | MIPS_HFLAG_KSU | in compute_hflags()74 env->hflags |= (env->CP0_Status >> CP0St_KSU) & MIPS_HFLAG_KSU; in compute_hflags()77 if (((env->hflags & MIPS_HFLAG_KSU) != MIPS_HFLAG_UM) || in compute_hflags()85 !(env->hflags & MIPS_HFLAG_KSU)) in compute_hflags()
640 env->hflags &= ~(MIPS_HFLAG_KSU); in do_interrupt()666 env->hflags &= ~(MIPS_HFLAG_KSU); in do_interrupt()782 env->hflags &= ~(MIPS_HFLAG_KSU); in do_interrupt()
423 #define MIPS_HFLAG_KSU 0x0003 /* kernel/supervisor/user mode mask */ macro499 return env->hflags & MIPS_HFLAG_KSU; in cpu_mmu_index()
1168 switch (env->hflags & MIPS_HFLAG_KSU) { in helper_mtc0_status()1770 switch (env->hflags & MIPS_HFLAG_KSU) { in debug_post_eret()
814 if (((ctx->hflags & MIPS_HFLAG_KSU) == MIPS_HFLAG_UM) && in gen_op_addr_add()8306 ctx.mem_idx = ctx.hflags & MIPS_HFLAG_KSU; in gen_intermediate_code_internal()