Home
last modified time | relevance | path

Searched refs:pagetable_alloc (Results 1 – 11 of 11) 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()
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/arch/mips/include/asm/
H A Dpgalloc.h64 ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT, PMD_TABLE_ORDER);
87 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM,
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h71 ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT, 0); in pmd_alloc_one()
94 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pud_alloc_one()
/linux/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/arch/s390/mm/
H A Dpgalloc.c46 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL, CRST_ALLOC_ORDER); in crst_table_alloc()
148 ptdesc = pagetable_alloc(GFP_KERNEL, 0); in page_table_alloc_pgste()
170 ptdesc = pagetable_alloc(GFP_KERNEL, 0); in page_table_alloc()
239 ptdesc = pagetable_alloc(GFP_KERNEL, CRST_ALLOC_ORDER); in base_crst_alloc()
/linux/arch/mips/mm/
H A Dpgtable.c
/linux/arch/loongarch/mm/
H A Dpgtable.c
/linux/arch/x86/mm/
H A Dpgtable.c248 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
/linux/arch/riscv/mm/
H A Dinit.c410 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pte_late()
490 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pmd_late()
/linux/arch/sparc/mm/
H A Dinit_64.c2898 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in pte_alloc_one()
/linux/include/linux/
H A Dmm.h2910 #define pagetable_alloc(...) alloc_hooks(pagetable_alloc_noprof(__VA_ARGS__)) macro