Searched defs:PAGE_ALIGN (Results 1 – 3 of 3) sorted by relevance
32 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
66 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
86 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro