Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h170 !(env->CP0_Status & (1 << CP0St_EXL)) && in cpu_mips_hw_interrupts_enabled()
310 if (!(env->CP0_Status & (1 << CP0St_EXL)) && in compute_hflags()
H A Dcpu.h784 #define CP0St_EXL 1 macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1096 if (!(env->CP0_Status & (1 << CP0St_EXL))) { in mips_cpu_do_interrupt()
1124 if (!(env->CP0_Status & (1 << CP0St_EXL))) { in mips_cpu_do_interrupt()
1170 !(env->CP0_Status & (1 << CP0St_EXL))) { in mips_cpu_do_interrupt()
1191 !(env->CP0_Status & (1 << CP0St_EXL))) { in mips_cpu_do_interrupt()
1290 if (!(env->CP0_Status & (1 << CP0St_EXL))) { in mips_cpu_do_interrupt()
1300 env->CP0_Status |= (1 << CP0St_EXL); in mips_cpu_do_interrupt()
H A Dspecial_helper.c112 env->CP0_Status &= ~(1 << CP0St_EXL); in exception_return()