Lines Matching refs:PMD_SIZE
63 for (; addr < end; addr += PMD_SIZE) { in ident_pmd_init()
336 for (; size; phys += PMD_SIZE, size -= PMD_SIZE) { in __init_extra_mapping()
382 unsigned long end = roundup((unsigned long)_brk_end, PMD_SIZE) - 1; in cleanup_highmap()
393 for (; vaddr + PMD_SIZE - 1 < vaddr_end; pmd++, vaddr += PMD_SIZE) { in cleanup_highmap()
460 next = (address & PMD_MASK) + PMD_SIZE; in phys_pmd_init()
879 if (IS_ALIGNED(addr, PMD_SIZE) && in remove_pmd_table()
880 IS_ALIGNED(next, PMD_SIZE)) { in remove_pmd_table()
883 get_order(PMD_SIZE)); in remove_pmd_table()
895 PMD_SIZE)) { in remove_pmd_table()
897 get_order(PMD_SIZE)); in remove_pmd_table()
1134 all_end = roundup((unsigned long)_brk_end, PMD_SIZE); in mark_rodata_ro()
1262 p = vmemmap_alloc_block_buf(PMD_SIZE, node); in vmemmap_populate_hugepages()
1280 addr_end = addr + PMD_SIZE; in vmemmap_populate_hugepages()
1281 p_end = p + PMD_SIZE; in vmemmap_populate_hugepages()
1358 nr_pages = 1 << (get_order(PMD_SIZE)); in register_page_bootmem_memmap()