Searched refs:pagetable_alloc (Results 1 – 11 of 11) 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() 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 D | pgalloc.h | 64 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 D | pgalloc.h | 71 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 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()
|
/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() 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 D | pgtable.c |
|
/linux/arch/loongarch/mm/ |
H A D | pgtable.c |
|
/linux/arch/x86/mm/ |
H A D | pgtable.c | 248 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
|
/linux/arch/riscv/mm/ |
H A D | init.c | 410 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 D | init_64.c | 2898 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in pte_alloc_one()
|
/linux/include/linux/ |
H A D | mm.h | 2910 #define pagetable_alloc(...) alloc_hooks(pagetable_alloc_noprof(__VA_ARGS__)) macro
|