Searched refs:PAGE_2M_SIZE (Results 1 – 3 of 3) sorted by relevance
13 #define PAGE_2M_SIZE (1UL << PAGE_2M_SHIFT) macro18 #define PAGE_2M_MASK (~(PAGE_2M_SIZE - 1))24 (((unsigned long)(addr) + PAGE_2M_SIZE - 1) & PAGE_2M_MASK)
44 pub const PAGE_2M_SIZE: usize = 1 << PAGE_2M_SHIFT; constant
11 page::PAGE_2M_SIZE,105 let size = (bus_number_double as usize) * PAGE_2M_SIZE; in map()