Home
last modified time | relevance | path

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

/linux-6.15/arch/m68k/include/asm/
H A Dmcf_pgalloc.h17 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_ZERO) & in pte_alloc_one_kernel()
46 struct ptdesc *ptdesc = pagetable_alloc(GFP_DMA | __GFP_ZERO, 0); in pte_alloc_one()
82 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_NOWARN) & in pgd_alloc()
/linux-6.15/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-6.15/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-6.15/arch/powerpc/mm/
H A Dpgtable-frag.c61 ptdesc = pagetable_alloc(PGALLOC_GFP | __GFP_ACCOUNT, 0); in __alloc_for_ptecache()
69 ptdesc = pagetable_alloc(PGALLOC_GFP, 0); in __alloc_for_ptecache()
/linux-6.15/arch/s390/mm/
H A Dpgalloc.c21 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL, CRST_ALLOC_ORDER); in crst_table_alloc()
123 ptdesc = pagetable_alloc(GFP_KERNEL, 0); in page_table_alloc_pgste()
145 ptdesc = pagetable_alloc(GFP_KERNEL, 0); in page_table_alloc()
214 ptdesc = pagetable_alloc(GFP_KERNEL, CRST_ALLOC_ORDER); in base_crst_alloc()
/linux-6.15/arch/parisc/include/asm/
H A Dpgalloc.h39 ptdesc = pagetable_alloc(gfp, PMD_TABLE_ORDER); in pmd_alloc_one()
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dpgtable.c422 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_pmdcache()
/linux-6.15/arch/x86/mm/
H A Dpgtable.c204 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
/linux-6.15/arch/riscv/mm/
H A Dinit.c443 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pte_late()
523 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pmd_late()
/linux-6.15/arch/arm/mm/
H A Dmmu.c735 void *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_HIGHMEM, in late_alloc()
/linux-6.15/arch/sparc/mm/
H A Dinit_64.c2894 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in pte_alloc_one()
/linux-6.15/include/linux/
H A Dmm.h3006 #define pagetable_alloc(...) alloc_hooks(pagetable_alloc_noprof(__VA_ARGS__)) macro