Searched defs:PAGE_ALIGN (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/
H A Dpage.h32 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
/linux-4.1.27/Documentation/mic/mpssd/
H A Dmpssd.c66 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
/linux-4.1.27/include/linux/
H A Dmm.h86 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) set_max_mapnr() macro

Completed in 456 milliseconds