Home
last modified time | relevance | path

Searched refs:pagetable_alloc (Results 1 – 12 of 12) 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/mips/include/asm/
H A Dpgalloc.h61 ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT, PMD_TABLE_ORDER); in pmd_alloc_one()
84 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pud_alloc_one()
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h68 ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT, 0); in pmd_alloc_one()
91 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pud_alloc_one()
/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/riscv/mm/
H A Dinit.c443 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pte_late()
528 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pmd_late()
593 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL, 0); in alloc_pud_late()
631 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL, 0); in alloc_p4d_late()
/linux/arch/m68k/mm/
H A Dmotorola.c159 ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in get_pointer_table()
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c415 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_pmdcache()
/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.c488 struct ptdesc *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_ZERO, 0); in __pgd_pgtable_alloc()
/linux/arch/sparc/mm/
H A Dinit_64.c2883 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in __pte_alloc_one()
/linux/include/linux/
H A Dmm.h2870 * pagetable_alloc - Allocate pagetables
2874 * pagetable_alloc allocates memory for page tables as well as a page table
2885 #define pagetable_alloc(...) alloc_hooks(pagetable_alloc_noprof(__VA_ARGS__)) macro