Lines Matching refs:cp0_status
212 regs.cp0_status = KSU_KERNEL; in show_stack()
306 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
309 if (regs->cp0_status & ST0_KUO) in __show_regs()
311 if (regs->cp0_status & ST0_IEO) in __show_regs()
313 if (regs->cp0_status & ST0_KUP) in __show_regs()
315 if (regs->cp0_status & ST0_IEP) in __show_regs()
317 if (regs->cp0_status & ST0_KUC) in __show_regs()
319 if (regs->cp0_status & ST0_IEC) in __show_regs()
322 if (regs->cp0_status & ST0_KX) in __show_regs()
324 if (regs->cp0_status & ST0_SX) in __show_regs()
326 if (regs->cp0_status & ST0_UX) in __show_regs()
328 switch (regs->cp0_status & ST0_KSU) { in __show_regs()
342 if (regs->cp0_status & ST0_ERL) in __show_regs()
344 if (regs->cp0_status & ST0_EXL) in __show_regs()
346 if (regs->cp0_status & ST0_IE) in __show_regs()
1589 int multi_match = regs->cp0_status & ST0_TS; in do_mcheck()