Searched refs:SUPERSECTION_SIZE (Results 1 – 3 of 3) sorted by relevance
103 #define SUPERSECTION_SIZE (1UL << SUPERSECTION_SHIFT) macro104 #define SUPERSECTION_MASK (~(SUPERSECTION_SIZE-1))
885 addr += SUPERSECTION_SIZE; in create_36bit_mapping()886 phys += SUPERSECTION_SIZE; in create_36bit_mapping()887 pgd += SUPERSECTION_SIZE >> PGDIR_SHIFT; in create_36bit_mapping()
238 pfn += SUPERSECTION_SIZE >> PAGE_SHIFT; in remap_area_supersections()
Completed in 9 milliseconds