Home
last modified time | relevance | path

Searched refs:CP0St_IE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c33 env->CP0_Status = t0 & ~(1 << CP0St_IE); in helper_di()
41 env->CP0_Status = t0 | (1 << CP0St_IE); in helper_ei()
/openbmc/qemu/target/mips/
H A Dinternal.h169 return (env->CP0_Status & (1 << CP0St_IE)) && in cpu_mips_hw_interrupts_enabled()
H A Dcpu.h786 #define CP0St_IE 0 macro