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