FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CS_SECURE
sys/amd64/include/frame.h
48
#define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
sys/i386/include/frame.h
39
#define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
sys/i386/linux/linux_sysvec.c
384
#define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
sys/i386/linux/linux_sysvec.c
463
#define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)