Home
last modified time | relevance | path

Searched refs:ST0_KUP (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dprocess.c245 regs.cp0_status = (regs.cp0_status & ~(ST0_KUP | ST0_IEP | ST0_IEC)) | in kernel_thread()
Dtraps.c284 if (regs->cp0_status & ST0_KUP) in __show_regs()
/linux-2.6.39/arch/mips/include/asm/
Dmipsregs.h321 #define ST0_KUP 0x00000008 macro