Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Disadep.h21 #define KU_USER 0x08 macro
29 #define KU_USER 0x10 macro
Dptrace.h66 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/linux-4.1.27/arch/score/include/asm/
Dthread_info.h7 #define KU_USER 0x08 macro
/linux-4.1.27/arch/score/kernel/
Dprocess.c53 status |= KU_USER; in start_thread()
Dentry.S249 andri.c r8, r8, KU_USER
/linux-4.1.27/arch/mips/kernel/
Dentry.S43 andi t0, t0, KU_USER
Dprocess.c66 status |= KU_USER; in start_thread()