Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
H A Dpgalloc.h39 ptdesc = pagetable_alloc(gfp, PMD_TABLE_ORDER); in pmd_alloc_one()
H A Dpgtable.h96 #define PMD_TABLE_ORDER 1 macro
115 #define BITS_PER_PMD (PAGE_SHIFT + PMD_TABLE_ORDER - BITS_PER_PMD_ENTRY)
/linux/arch/mips/include/asm/
H A Dpgalloc.h61 ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT, PMD_TABLE_ORDER); in pmd_alloc_one()