Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dprocess.c138 status = (status & ~(ST0_KUP | ST0_IEP | ST0_IEC)) | in copy_thread()
Dtraps.c289 if (regs->cp0_status & ST0_KUP) in __show_regs()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h259 #define ST0_KUP 0x00000008 macro