Home
last modified time | relevance | path

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

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