Home
last modified time | relevance | path

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

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