Searched refs:pagetable_alloc (Results 1 – 12 of 12) sorted by relevance
/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() 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 D | pgalloc.h | 61 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 D | pgalloc.h | 68 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 D | pgalloc.h | 39 ptdesc = pagetable_alloc(gfp, PMD_TABLE_ORDER); in pmd_alloc_one()
|
/linux/arch/powerpc/mm/ |
H A D | pgtable-frag.c | 64 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_ptecache()
|
/linux/arch/riscv/mm/ |
H A D | init.c | 443 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 D | motorola.c | 159 ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in get_pointer_table()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 415 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_pmdcache()
|
/linux/arch/x86/mm/ |
H A D | pgtable.c | 188 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 488 struct ptdesc *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_ZERO, 0); in __pgd_pgtable_alloc()
|
/linux/arch/sparc/mm/ |
H A D | init_64.c | 2883 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in __pte_alloc_one()
|
/linux/include/linux/ |
H A D | mm.h | 2870 * 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
|