Searched refs:PAGE_ALIGN (Results 1 – 2 of 2) sorted by relevance
30 #define PAGE_ALIGN(x) ((x) & ~(PAGE_SHIFT -1)) macro35 (PAGE_ALIGN(addr) >> 32) (PAGE_ALIGN(addr) & 0xffffffff)
473 #define PAGE_ALIGN(addr, mask) ((addr) & ~(mask)) macro