Searched refs:PAGE_4K_MASK (Results 1 – 2 of 2) sorted by relevance
31 #define PAGE_4K_MASK (~(PAGE_4K_SIZE - 1)) macro35 #define PAGE_4K_ALIGN(addr) (((unsigned long)(addr) + PAGE_4K_SIZE - 1) & PAGE_4K_MASK)
19 #define PAGE_4K_MASK (~(PAGE_4K_SIZE - 1)) macro23 #define PAGE_4K_ALIGN(addr) (((unsigned long)(addr) + PAGE_4K_SIZE - 1) & PAGE_4K_MASK)