OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
i386_round_pdr
sys/arch/i386/i386/pmap.c
315
#define i386_round_pdr(x) ((((unsigned)(x)) + ~PD_MASK) & PD_MASK)
sys/arch/i386/i386/pmapae.c
387
#define i386_round_pdr(x) ((((unsigned)(x)) + ~PD_MASK) & PD_MASK)