Home
last modified time | relevance | path

Searched refs:ST0_ERL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/mips/bcm63xx/
H A Dsetup.c51 set_c0_status(ST0_BEV | ST0_ERL); in bcm6348_a1_reboot()
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-nmi.c115 if (nr->sr & ST0_ERL) in nmi_cpu_eframe_save()
/openbmc/u-boot/arch/mips/cpu/
H A Dstart.S160 or t0, ST0_BEV | ST0_ERL | STATUS_SET
/openbmc/linux/arch/mips/kernel/
H A Dbmips_vec.S115 li k1, ST0_ERL | ST0_EXL | ST0_BEV | ST0_IE
H A Dgenex.S453 li k1, ~(ST0_BEV | ST0_ERL)
H A Dtraps.c342 if (regs->cp0_status & ST0_ERL) in __show_regs()
/openbmc/linux/arch/mips/kvm/
H A Dvz.c644 if (!eu || !(read_gc0_status() & ST0_ERL)) in is_eva_am_mapped()
658 if (!(status & (ST0_EXL | ST0_ERL)) && in is_eva_am_mapped()
3102 kvm_write_sw_gc0_status(cop0, ST0_BEV | ST0_ERL); in kvm_vz_vcpu_setup()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h221 #define ST0_ERL 0x00000004 macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h283 #define ST0_ERL 0x00000004 macro