Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h302 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()
342 env->hflags |= MIPS_HFLAG_CP0; in compute_hflags()
H A Dcpu.h1119 #define MIPS_HFLAG_CP0 0x00010 /* CP0 enabled */ macro
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c187 if ((env->hflags & MIPS_HFLAG_CP0) || (env->CP0_HWREna & (1 << reg))) { in check_hwrena()
H A Dtranslate.c1476 if (unlikely(!(ctx->hflags & MIPS_HFLAG_CP0))) { in check_cp0_enabled()
1687 if (unlikely(!(ctx->hflags & MIPS_HFLAG_CP0))) { in check_cp0_mt()
10897 if ((ctx->hflags & MIPS_HFLAG_CP0) || in gen_rdhwr()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1093 env->hflags |= MIPS_HFLAG_DM | MIPS_HFLAG_CP0; in mips_cpu_do_interrupt()
1122 env->hflags |= MIPS_HFLAG_CP0; in mips_cpu_do_interrupt()
1308 env->hflags |= MIPS_HFLAG_CP0; in mips_cpu_do_interrupt()