Searched refs:pagetable_alloc (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/s390/mm/ |
| H A D | pgalloc.c | 21 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL, CRST_ALLOC_ORDER); in crst_table_alloc() 123 ptdesc = pagetable_alloc(GFP_KERNEL, 0); in page_table_alloc_pgste() 145 ptdesc = pagetable_alloc(GFP_KERNEL, 0); in page_table_alloc() 214 ptdesc = pagetable_alloc(GFP_KERNEL, CRST_ALLOC_ORDER); in base_crst_alloc()
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | pgalloc.h | 39 ptdesc = pagetable_alloc(gfp, PMD_TABLE_ORDER); in pmd_alloc_one()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 422 ptdesc = pagetable_alloc(gfp, 0); in __alloc_for_pmdcache()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | pgtable.c | 204 struct ptdesc *ptdesc = pagetable_alloc(gfp, 0); in preallocate_pmds()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | init.c | 443 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pte_late() 523 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in alloc_pmd_late()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | mmu.c | 735 void *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_HIGHMEM, in late_alloc()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | init_64.c | 2894 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL | __GFP_ZERO, 0); in pte_alloc_one()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3006 #define pagetable_alloc(...) alloc_hooks(pagetable_alloc_noprof(__VA_ARGS__)) macro
|