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