Searched defs:PAGE_4K_SIZE (Results 1 – 2 of 2) sorted by relevance
12 #define PAGE_4K_SIZE (1UL << PAGE_4K_SHIFT) macro
43 pub const PAGE_4K_SIZE: usize = 1 << PAGE_4K_SHIFT; constant