NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PG_PA
sys/arch/sun2/include/pte.h
163
#define PG_PA(pte) (PG_PFNUM(pte) << PGSHIFT)
sys/arch/sun3/include/pte3.h
67
#define PG_PA(pte) (PG_PFNUM(pte) << PGSHIFT)
sys/arch/sun3/include/pte3x.h
114
#define PG_PA(pte) ((pte) & PG_FRAME)