Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_ERL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dinternal.h306 MIPS_HFLAG_FRE | MIPS_HFLAG_ELPA | MIPS_HFLAG_ERL); in compute_hflags()
308 env->hflags |= MIPS_HFLAG_ERL; in compute_hflags()
H A Dcpu.h1163 #define MIPS_HFLAG_ERL 0x10000000 /* error level flag */ macro
1247 if (hflags & MIPS_HFLAG_ERL) { in hflags_mmu_index()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c944 int ptw_mmu_idx = (env->hflags & MIPS_HFLAG_ERL ? in mips_cpu_tlb_fill()