Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c77 mask &= ~(((1 << CP0St_SR) | (1 << CP0St_NMI)) & val); in cpu_mips_store_status()
/openbmc/qemu/target/mips/
H A Dcpu.h778 #define CP0St_NMI 19 macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1110 env->CP0_Status |= (1 << CP0St_NMI); in mips_cpu_do_interrupt()