Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/u-boot/arch/mips/include/asm/
H A Disadep.h22 #define KU_USER 0x08 macro
30 #define KU_USER 0x10 macro
H A Dptrace.h87 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
/openbmc/linux/arch/mips/kernel/
H A Dentry.S43 andi t0, t0, KU_USER
H A Dprocess.c58 status |= KU_USER; in start_thread()