Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_UM (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c59 case MIPS_HFLAG_UM: in is_seg_am_mapped()
122 int user_mode = mmu_idx == MIPS_HFLAG_UM; in get_physical_address()
/openbmc/qemu/target/mips/
H A Dinternal.h318 (((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()
H A Dcpu.h1114 #define MIPS_HFLAG_UM 0x00002 /* user mode flag */ macro
H A Dcpu.c255 env->CP0_Status = (MIPS_HFLAG_UM << CP0St_KSU); in mips_cpu_reset_hold()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c75 case MIPS_HFLAG_UM: in debug_post_eret()
H A Dcp0_helper.c1145 case MIPS_HFLAG_UM: in helper_mtc0_status()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c2090 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 …]
H A Dnanomips_translate.c.inc1043 eva ? MIPS_HFLAG_UM : ctx->mem_idx,