FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
VSID_TO_HASH
sys/powerpc/aim/mmu_oea.c
159
#define VSID_TO_HASH(vsid) (((vsid) >> 4) & 0xfffff)
sys/powerpc/aim/mmu_oea64.c
111
#define VSID_TO_HASH(vsid) (((vsid) >> 4) & 0xfffff)