Searched defs:PAGE_2M_SIZE (Results 1 – 2 of 2) sorted by relevance
13 #define PAGE_2M_SIZE (1UL << PAGE_2M_SHIFT) macro
44 pub const PAGE_2M_SIZE: usize = 1 << PAGE_2M_SHIFT; constant