Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpgalloc.h21 struct ptdesc *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & in __pte_alloc_one_kernel()
68 ptdesc = pagetable_alloc(gfp, 0); in __pte_alloc_one()
134 ptdesc = pagetable_alloc(gfp, 0); in pmd_alloc_one()
169 ptdesc = pagetable_alloc(gfp, 0); in __pud_alloc_one()
/openbmc/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()
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgalloc.h60 ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT, 0); in pmd_alloc_one()
83 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pud_alloc_one()
/openbmc/linux/arch/mips/include/asm/
H A Dpgalloc.h70 ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT, PMD_TABLE_ORDER); in pmd_alloc_one()
93 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pud_alloc_one()
/openbmc/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()
/openbmc/linux/arch/mips/mm/
H A Dpgtable.c14 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pgd_alloc()
/openbmc/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()
284 ptdesc = pagetable_alloc(GFP_KERNEL, 0); in page_table_alloc()
494 ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, CRST_ALLOC_ORDER); in base_crst_alloc()
/openbmc/linux/arch/loongarch/mm/
H A Dpgtable.c27 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pgd_alloc()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c394 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_pmdcache()
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c240 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
/openbmc/linux/arch/riscv/mm/
H A Dinit.c375 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pte_late()
456 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pmd_late()
/openbmc/linux/arch/arm/mm/
H A Dmmu.c740 void *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_HIGHMEM, in late_alloc()
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c2910 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in pte_alloc_one()
/openbmc/linux/include/linux/
H A Dmm.h2827 static inline struct ptdesc *pagetable_alloc(gfp_t gfp, unsigned int order) in pagetable_alloc() function