Lines Matching refs:cp0_status
206 regs.cp0_status = KSU_KERNEL; in show_stack()
300 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
303 if (regs->cp0_status & ST0_KUO) in __show_regs()
305 if (regs->cp0_status & ST0_IEO) in __show_regs()
307 if (regs->cp0_status & ST0_KUP) in __show_regs()
309 if (regs->cp0_status & ST0_IEP) in __show_regs()
311 if (regs->cp0_status & ST0_KUC) in __show_regs()
313 if (regs->cp0_status & ST0_IEC) in __show_regs()
316 if (regs->cp0_status & ST0_KX) in __show_regs()
318 if (regs->cp0_status & ST0_SX) in __show_regs()
320 if (regs->cp0_status & ST0_UX) in __show_regs()
322 switch (regs->cp0_status & ST0_KSU) { in __show_regs()
336 if (regs->cp0_status & ST0_ERL) in __show_regs()
338 if (regs->cp0_status & ST0_EXL) in __show_regs()
340 if (regs->cp0_status & ST0_IE) in __show_regs()
1583 int multi_match = regs->cp0_status & ST0_TS; in do_mcheck()