Searched refs:pagetable_alloc (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | pgalloc.h | 21 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 D | mcf_pgalloc.h | 17 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 D | pgalloc.h | 60 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 D | pgalloc.h | 70 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 D | pgtable-frag.c | 61 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 D | pgtable.c | 14 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pgd_alloc()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 46 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 D | pgtable.c | 27 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pgd_alloc()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 394 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_pmdcache()
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgtable.c | 240 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 387 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pte_late() 468 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pmd_late()
|
/openbmc/linux/arch/arm/mm/ |
H A D | mmu.c | 740 void *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_HIGHMEM, in late_alloc()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | init_64.c | 2910 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in pte_alloc_one()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 2827 static inline struct ptdesc *pagetable_alloc(gfp_t gfp, unsigned int order) in pagetable_alloc() function
|