Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c54 case MIPS_HFLAG_SM: in is_seg_am_mapped()
123 int supervisor_mode = mmu_idx == MIPS_HFLAG_SM; in get_physical_address()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c78 case MIPS_HFLAG_SM: in debug_post_eret()
H A Dcp0_helper.c1148 case MIPS_HFLAG_SM: in helper_mtc0_status()
/openbmc/qemu/target/mips/
H A Dinternal.h331 if ((((env->hflags & MIPS_HFLAG_KSU) == MIPS_HFLAG_SM) && in compute_hflags()
H A Dcpu.h1115 #define MIPS_HFLAG_SM 0x00001 /* supervisor mode flag */ macro