Searched defs:PAGE_MASK (Results 1 – 5 of 5) sorted by relevance
9 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
100 #define PAGE_MASK (PAGE_SIZE - 1) macro
48 #define PAGE_MASK ~((uintptr_t)PAGE_SIZE - 1) macro
39 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
791 const PAGE_MASK: u64 = 0x0fff; in create() constant