Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DVMA_REGION_SIZE
arch/m68k/include/asm/dvma.h
50
#define DVMA_ALIGN(addr) (((addr)+DVMA_REGION_SIZE-1) & \
arch/m68k/include/asm/dvma.h
51
~(DVMA_REGION_SIZE-1))