Searched refs:MIPS_HFLAG_KSU (Results 1 – 5 of 5) sorted by relevance
57 MIPS_HFLAG_F64 | MIPS_HFLAG_FPU | MIPS_HFLAG_KSU | in compute_hflags()62 env->hflags |= (env->CP0_Status >> CP0St_KSU) & MIPS_HFLAG_KSU; in compute_hflags()65 if (((env->hflags & MIPS_HFLAG_KSU) != MIPS_HFLAG_UM) || in compute_hflags()73 !(env->hflags & MIPS_HFLAG_KSU)) in compute_hflags()
426 env->hflags &= ~(MIPS_HFLAG_KSU); in do_interrupt()452 env->hflags &= ~(MIPS_HFLAG_KSU); in do_interrupt()568 env->hflags &= ~(MIPS_HFLAG_KSU); in do_interrupt()
424 #define MIPS_HFLAG_KSU 0x0003 /* kernel/supervisor/user mode mask */ macro500 return env->hflags & MIPS_HFLAG_KSU; in cpu_mmu_index()
1168 switch (env->hflags & MIPS_HFLAG_KSU) { in helper_mtc0_status()1692 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()