Searched refs:MIPS_HFLAG_SM (Results 1 – 5 of 5) sorted by relevance
54 case MIPS_HFLAG_SM: in is_seg_am_mapped()123 int supervisor_mode = mmu_idx == MIPS_HFLAG_SM; in get_physical_address()
78 case MIPS_HFLAG_SM: in debug_post_eret()
1148 case MIPS_HFLAG_SM: in helper_mtc0_status()
331 if ((((env->hflags & MIPS_HFLAG_KSU) == MIPS_HFLAG_SM) && in compute_hflags()
1115 #define MIPS_HFLAG_SM 0x00001 /* supervisor mode flag */ macro