Home
last modified time | relevance | path

Searched refs:CP0C3_MT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.h909 #define CP0C3_MT 2 macro
1342 return env->CP0_Config3 & (1 << CP0C3_MT); in ase_mt_available()
H A Dcpu-defs.c.inc282 .CP0_Config3 = MIPS_CONFIG3 | (1 << CP0C3_VInt) | (1 << CP0C3_MT) |
525 (1 << CP0C3_CDMM) | (1 << CP0C3_MT) | (1 << CP0C3_TL),
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h236 return ctx->CP0_Config3 & (1 << CP0C3_MT); in disas_mt_available()
H A Dtranslate.c1673 if (unlikely(!(ctx->CP0_Config3 & (1 << CP0C3_MT)))) { in check_mt()
1690 if (unlikely(!(ctx->CP0_Config3 & (1 << CP0C3_MT)))) { in check_cp0_mt()