Searched defs:PAGE_ALIGN (Results 1 – 6 of 6) sorted by relevance
28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
19 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
23 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) macro
26 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK) macro
38 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
223 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro