Searched refs:MIPS_HFLAG_UM (Results 1 – 8 of 8) sorted by relevance
59 case MIPS_HFLAG_UM: in is_seg_am_mapped()122 int user_mode = mmu_idx == MIPS_HFLAG_UM; in get_physical_address()
318 (((env->hflags & MIPS_HFLAG_KSU) != MIPS_HFLAG_UM) || in compute_hflags()326 } else if (((env->hflags & MIPS_HFLAG_KSU) == MIPS_HFLAG_UM) && in compute_hflags()
1114 #define MIPS_HFLAG_UM 0x00002 /* user mode flag */ macro
255 env->CP0_Status = (MIPS_HFLAG_UM << CP0St_KSU); in mips_cpu_reset_hold()
75 case MIPS_HFLAG_UM: in debug_post_eret()
1145 case MIPS_HFLAG_UM: in helper_mtc0_status()
2090 mem_idx = MIPS_HFLAG_UM; in gen_ld()2098 mem_idx = MIPS_HFLAG_UM; in gen_ld()2106 mem_idx = MIPS_HFLAG_UM; in gen_ld()2114 mem_idx = MIPS_HFLAG_UM; in gen_ld()2121 mem_idx = MIPS_HFLAG_UM; in gen_ld()2128 mem_idx = MIPS_HFLAG_UM; in gen_ld()2138 mem_idx = MIPS_HFLAG_UM; in gen_ld()2148 mem_idx = MIPS_HFLAG_UM; in gen_ld()2182 mem_idx = MIPS_HFLAG_UM; in gen_st()2189 mem_idx = MIPS_HFLAG_UM; in gen_st()[all …]
1043 eva ? MIPS_HFLAG_UM : ctx->mem_idx,