Home
last modified time | relevance | path

Searched refs:PMD_TABLE_ORDER (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/
Dpgtable-64.h54 # define PGDIR_SHIFT (PMD_SHIFT + (PAGE_SHIFT + PMD_TABLE_ORDER - 3))
59 #define PUD_SHIFT (PMD_SHIFT + (PAGE_SHIFT + PMD_TABLE_ORDER - 3))
94 #define PMD_TABLE_ORDER 0 macro
99 #define PMD_TABLE_ORDER 0 macro
108 #define PMD_TABLE_ORDER 0 macro
113 #define PMD_TABLE_ORDER 0 macro
119 #define PMD_TABLE_ORDER 0 macro
121 #define PMD_TABLE_ORDER aieeee_attempt_to_allocate_pmd macro
130 #define PTRS_PER_PMD ((PAGE_SIZE << PMD_TABLE_ORDER) / sizeof(pmd_t))
Dpgalloc.h70 pg = alloc_pages(GFP_KERNEL_ACCOUNT, PMD_TABLE_ORDER); in pmd_alloc_one()
75 __free_pages(pg, PMD_TABLE_ORDER); in pmd_alloc_one()
Dpgtable-32.h85 #define PMD_TABLE_ORDER aieeee_attempt_to_allocate_pmd macro
/linux-6.1.9/arch/parisc/include/asm/
Dpgalloc.h51 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()
Dpgtable.h120 #define PMD_TABLE_ORDER 1 macro
139 #define BITS_PER_PMD (PAGE_SHIFT + PMD_TABLE_ORDER - BITS_PER_PMD_ENTRY)
/linux-6.1.9/arch/parisc/mm/
Dinit.c377 pmd = memblock_alloc(PAGE_SIZE << PMD_TABLE_ORDER, in map_pages()
378 PAGE_SIZE << PMD_TABLE_ORDER); in map_pages()