Searched defs:PAGE_MASK (Results 1 – 11 of 11) sorted by relevance
26 #define PAGE_MASK (~((1 << CONFIG_PAGE_SHIFT) - 1)) macro28 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
21 pub const PAGE_MASK: usize = !(PAGE_SIZE - 1); constant
28 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
27 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
18 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
10 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
21 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
12 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
27 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
31 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
371 #define PAGE_MASK (~(PAGE_SIZE-1) & PHYSICAL_PAGE_MASK) macro