Searched defs:PAGE_ALIGN (Results 1 – 11 of 11) sorted by relevance
28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
32 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
23 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) macro
25 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK) macro
37 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
24 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK) macro
38 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
66 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) macro
222 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro
144 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) macro