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

/linux-master/arch/mips/include/asm/
H A Disadep.h22 #define KU_USER 0x08 macro
30 #define KU_USER 0x10 macro
H A Dptrace.h142 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/linux-master/arch/mips/kernel/
H A Dentry.S43 andi t0, t0, KU_USER
159 andi t0, t0, KU_USER
H A Dprocess.c58 status |= KU_USER;

Completed in 90 milliseconds