Lines Matching refs:cp0_status
206 regs.cp0_status = KSU_KERNEL; in show_stack()
292 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
295 if (regs->cp0_status & ST0_KUO) in __show_regs()
297 if (regs->cp0_status & ST0_IEO) in __show_regs()
299 if (regs->cp0_status & ST0_KUP) in __show_regs()
301 if (regs->cp0_status & ST0_IEP) in __show_regs()
303 if (regs->cp0_status & ST0_KUC) in __show_regs()
305 if (regs->cp0_status & ST0_IEC) in __show_regs()
308 if (regs->cp0_status & ST0_KX) in __show_regs()
310 if (regs->cp0_status & ST0_SX) in __show_regs()
312 if (regs->cp0_status & ST0_UX) in __show_regs()
314 switch (regs->cp0_status & ST0_KSU) { in __show_regs()
328 if (regs->cp0_status & ST0_ERL) in __show_regs()
330 if (regs->cp0_status & ST0_EXL) in __show_regs()
332 if (regs->cp0_status & ST0_IE) in __show_regs()
1592 int multi_match = regs->cp0_status & ST0_TS; in do_mcheck()