OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ISMEMSDP
sys/arch/amd64/include/segments.h
225
#define ISSDP(s) (ISMEMSDP(s) || !ISGDP(s))
sys/arch/amd64/include/segments.h
228
#define ISSYSSDP(s) (!ISMEMSDP(s) && !ISGDP(s))
sys/arch/i386/include/segments.h
188
#define ISSDP(s) (ISMEMSDP(s) || !ISGDP(s))
sys/arch/i386/include/segments.h
191
#define ISSYSSDP(s) (!ISMEMSDP(s) && !ISGDP(s))