Home
last modified time | relevance | path

Searched refs:pagetable_alloc (Results 1 – 7 of 7) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h17 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_ZERO) & in pte_alloc_one_kernel()
50 struct ptdesc *ptdesc = pagetable_alloc(GFP_DMA | __GFP_ZERO, 0); in pte_alloc_one()
86 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_NOWARN) & in pgd_alloc()
/linux/arch/parisc/include/asm/
H A Dpgalloc.h39 ptdesc = pagetable_alloc(gfp, PMD_TABLE_ORDER); in pmd_alloc_one()
/linux/arch/powerpc/mm/
H A Dpgtable-frag.c64 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_ptecache()
/linux/arch/x86/mm/
H A Dpgtable.c188 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
/linux/arch/arm64/mm/
H A Dmmu.c534 struct ptdesc *ptdesc = pagetable_alloc(gfp & ~__GFP_ZERO, 0); in __pgd_pgtable_alloc()
/linux/arch/sparc/mm/
H A Dinit_64.c2870 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in __pte_alloc_one()
/linux/include/linux/
H A Dmm.h3408 #define pagetable_alloc(...) alloc_hooks(pagetable_alloc_noprof(__VA_ARGS__)) macro