Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PHYS_PFN
include/linux/pfn.h
13
#define PHYS_PFN(x) ((unsigned long)((x) >> PAGE_SHIFT))
tools/include/linux/pfn.h
10
#define PHYS_PFN(x) ((unsigned long)((x) >> PAGE_SHIFT))
tools/testing/vma/include/dup.h
381
#define PHYS_PFN(x) ((unsigned long)((x) >> PAGE_SHIFT))