Home
last modified time | relevance | path

Searched refs:KU_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Disadep.h21 #define KU_MASK 0x08 macro
29 #define KU_MASK 0x18 macro
H A Dptrace.h142 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/openbmc/u-boot/arch/mips/include/asm/
H A Disadep.h21 #define KU_MASK 0x08 macro
29 #define KU_MASK 0x18 macro
H A Dptrace.h87 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c57 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_CU2|ST0_FR|KU_MASK); in start_thread()