Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/pmc-sierra/yosemite/
Dpy-console.c63 write_c0_status((sr | ST0_KX) & ~ ST0_IE); in readb_outer_space()
91 write_c0_status((sr | ST0_KX) & ~ ST0_IE); in writeb_outer_space()
Dsmp.c114 set_c0_status(ST0_CO | ST0_IE | ST0_IM); in yos_init_secondary()
/linux-2.6.39/arch/mips/kernel/
Dkprobes.c190 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE); in set_current_kprobe()
196 regs->cp0_status &= ~ST0_IE; in prepare_singlestep()
228 regs->cp0_status &= ~ST0_IE; in kprobe_handler()
Dsmp-mt.c42 (read_c0_status() & ~(ST0_IM | ST0_IE | ST0_KSU)) | ST0_CU0); in smvp_copy_vpe_config()
Dentry.S129 and v0, ST0_IE
Dgenex.S190 and k0, ST0_IE
Dsmtc.c507 | ST0_IE)); in smtc_prepare_cpus()
Dtraps.c317 if (regs->cp0_status & ST0_IE) in __show_regs()
/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-nmi.c117 if (nr->sr & ST0_IE) in nmi_cpu_eframe_save()
/linux-2.6.39/arch/mips/include/asm/
Dmipsregs.h295 #define ST0_IE 0x00000001 macro