Home
last modified time | relevance | path

Searched refs:KU_USER (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
Disadep.h22 #define KU_USER 0x08 macro
30 #define KU_USER 0x10 macro
Dptrace.h141 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/kernel/linux/linux-5.10/arch/mips/kernel/
Dentry.S44 andi t0, t0, KU_USER
Dprocess.c73 status |= KU_USER; in start_thread()