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