Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc441 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (2 << CP0C4_IE) |
486 (3 << CP0C4_IE) | (1U << CP0C4_M),
527 (2 << CP0C4_IE) | (1U << CP0C4_M),
757 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) |
797 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) |
908 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (2 << CP0C4_IE) |
H A Dcpu.h915 #define CP0C4_IE 29 /* 30..29 */ macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1083 if (((env->CP0_Config4 >> CP0C4_IE) & 0x3) >= 2) { in helper_mtc0_entryhi()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c15077 ctx->ie = (env->CP0_Config4 >> CP0C4_IE) & 3; in mips_tr_init_disas_context()