Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h191 if (env->CP0_Config3 & (1 << CP0C3_VEIC)) { in cpu_mips_hw_interrupts_pending()
H A Dcpu.h905 #define CP0C3_VEIC 6 macro
H A Dcpu-defs.c.inc45 (0 << CP0C3_VEIC) | (0 << CP0C3_VInt) | (0 << CP0C3_SP) | \
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1141 if (env->CP0_Config3 & (1 << CP0C3_VEIC)) { in mips_cpu_do_interrupt()