Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
KU_USER
arch/mips/include/asm/ptrace.h
143
#define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
arch/mips/kernel/process.c
58
status |= KU_USER;