Lines Matching refs:cp0_status
284 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
287 if (regs->cp0_status & ST0_KUO) in __show_regs()
289 if (regs->cp0_status & ST0_IEO) in __show_regs()
291 if (regs->cp0_status & ST0_KUP) in __show_regs()
293 if (regs->cp0_status & ST0_IEP) in __show_regs()
295 if (regs->cp0_status & ST0_KUC) in __show_regs()
297 if (regs->cp0_status & ST0_IEC) in __show_regs()
300 if (regs->cp0_status & ST0_KX) in __show_regs()
302 if (regs->cp0_status & ST0_SX) in __show_regs()
304 if (regs->cp0_status & ST0_UX) in __show_regs()
306 switch (regs->cp0_status & ST0_KSU) { in __show_regs()
320 if (regs->cp0_status & ST0_ERL) in __show_regs()
322 if (regs->cp0_status & ST0_EXL) in __show_regs()
324 if (regs->cp0_status & ST0_IE) in __show_regs()
1538 int multi_match = regs->cp0_status & ST0_TS; in do_mcheck()