Home
last modified time | relevance | path

Searched refs:ST0_IE (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/soc/bcm/brcmstb/pm/
H A Ds3-mips.S70 li t1, ~(ST0_IM | ST0_IE)
77 ori t0, ST0_IE
H A Ds2-mips.S89 li t1, ~(ST0_IM | ST0_IE)
96 ori t0, ST0_IE
/openbmc/linux/arch/mips/kernel/
H A Dsmp-bmips.c277 set_c0_status(IE_SW0 | IE_SW1 | bmips_tp1_irqs | IE_IRQ5 | ST0_IE); in bmips_smp_finish()
407 IE_IRQ5 | bmips_tp1_irqs | IE_SW0 | IE_SW1 | ST0_IE | ST0_BEV, in play_dead()
408 IE_SW0 | IE_SW1 | ST0_IE | ST0_BEV); in play_dead()
H A Dkprobes.c184 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE); in set_current_kprobe()
240 regs->cp0_status &= ~ST0_IE; in prepare_singlestep()
301 regs->cp0_status &= ~ST0_IE; in kprobe_handler()
H A Dbmips_vec.S51 li k0, ST0_IE | ST0_BEV | STATUSF_IP1
115 li k1, ST0_ERL | ST0_EXL | ST0_BEV | ST0_IE
H A Dsmp-mt.c32 (read_c0_status() & ~(ST0_IM | ST0_IE | ST0_KSU)) | ST0_CU0); in smvp_copy_vpe_config()
H A Dentry.S106 and v0, ST0_IE
H A Dgenex.S174 and k0, ST0_IE
H A Dtraps.c346 if (regs->cp0_status & ST0_IE) in __show_regs()
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-nmi.c119 if (nr->sr & ST0_IE) in nmi_cpu_eframe_save()
/openbmc/linux/arch/mips/kvm/
H A Dentry.c265 uasm_i_addiu(&p, K0, ZERO, ST0_EXL | KSU_USER | ST0_IE | ST0_KX_IF_64); in kvm_mips_build_vcpu_run()
731 uasm_i_addiu(&p, AT, ZERO, ~(ST0_EXL | KSU_USER | ST0_IE)); in kvm_mips_build_exit()
860 uasm_i_ori(&p, V1, V1, ST0_EXL | KSU_USER | ST0_IE); in kvm_mips_build_ret_to_guest()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h219 #define ST0_IE 0x00000001 macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h281 #define ST0_IE 0x00000001 macro