Searched refs:SECTION_SIZE (Results 1 – 2 of 2) sorted by relevance
143 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro144 #define SECTION_MASK (~(SECTION_SIZE-1))
486 if (addr & SECTION_SIZE) in alloc_init_section()491 phys += SECTION_SIZE; in alloc_init_section()492 } while (pmd++, addr += SECTION_SIZE, addr != end); in alloc_init_section()