Searched refs:PMD_TABLE_ORDER (Results 1 – 3 of 3) sorted by relevance
51 pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL, PMD_TABLE_ORDER); in pmd_alloc_one()53 memset ((void *)pmd, 0, PAGE_SIZE << PMD_TABLE_ORDER); in pmd_alloc_one()59 free_pages((unsigned long)pmd, PMD_TABLE_ORDER); in pmd_free()
120 #define PMD_TABLE_ORDER 1 macro139 #define BITS_PER_PMD (PAGE_SHIFT + PMD_TABLE_ORDER - BITS_PER_PMD_ENTRY)
377 pmd = memblock_alloc(PAGE_SIZE << PMD_TABLE_ORDER, in map_pages()378 PAGE_SIZE << PMD_TABLE_ORDER); in map_pages()
Completed in 7 milliseconds