Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_KSU (Results 1 – 5 of 5) sorted by relevance

/external/qemu/target-mips/
Dexec.h69 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()
Dhelper.c640 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()
Dcpu.h423 #define MIPS_HFLAG_KSU 0x0003 /* kernel/supervisor/user mode mask */ macro
499 return env->hflags & MIPS_HFLAG_KSU; in cpu_mmu_index()
Dop_helper.c1168 switch (env->hflags & MIPS_HFLAG_KSU) { in helper_mtc0_status()
1770 switch (env->hflags & MIPS_HFLAG_KSU) { in debug_post_eret()
Dtranslate.c814 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()