DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
INKERNEL
sys/platform/pc64/x86_64/db_trace.c
131
#define INKERNEL(va) (((vm_offset_t)(va)) >= USRSTACK)
sys/platform/vkernel64/x86_64/db_trace.c
132
#define INKERNEL(va) (((vm_offset_t)(va)) >= USRSTACK)