Searched defs:PAGE_ALIGN (Results 1 – 2 of 2) sorted by relevance
291 #define PAGE_ALIGN(x) (((x) + PAGE_SIZE - 1) & PAGE_MASK) macro
410 #define PAGE_ALIGN(x) (((x) + PAGE_SIZE - 1) & PAGE_MASK) macro
Completed in 4 milliseconds