Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
USERMODE
usr/src/uts/intel/sys/psw.h
114
#define USERMODE(cs) ((uint16_t)(cs) != KCS_SEL)
usr/src/uts/sparc/v9/sys/privregs.h
530
#define USERMODE(x) (!((x) & TSTATE_PRIV))