Lines Matching refs:cp0_status
213 regs.cp0_status = KSU_KERNEL; in show_stack()
307 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
310 if (regs->cp0_status & ST0_KUO) in __show_regs()
312 if (regs->cp0_status & ST0_IEO) in __show_regs()
314 if (regs->cp0_status & ST0_KUP) in __show_regs()
316 if (regs->cp0_status & ST0_IEP) in __show_regs()
318 if (regs->cp0_status & ST0_KUC) in __show_regs()
320 if (regs->cp0_status & ST0_IEC) in __show_regs()
323 if (regs->cp0_status & ST0_KX) in __show_regs()
325 if (regs->cp0_status & ST0_SX) in __show_regs()
327 if (regs->cp0_status & ST0_UX) in __show_regs()
329 switch (regs->cp0_status & ST0_KSU) { in __show_regs()
343 if (regs->cp0_status & ST0_ERL) in __show_regs()
345 if (regs->cp0_status & ST0_EXL) in __show_regs()
347 if (regs->cp0_status & ST0_IE) in __show_regs()
1590 int multi_match = regs->cp0_status & ST0_TS; in do_mcheck()