Home
last modified time | relevance | path

Searched refs:GFP_PGTABLE_KERNEL (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/asm-generic/
H A Dpgalloc.h7 #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO) macro
8 #define GFP_PGTABLE_USER (GFP_PGTABLE_KERNEL | __GFP_ACCOUNT)
21 struct ptdesc *ptdesc = pagetable_alloc_noprof(GFP_PGTABLE_KERNEL & in __pte_alloc_one_kernel_noprof()
136 gfp = GFP_PGTABLE_KERNEL; in pmd_alloc_one_noprof()
169 gfp = GFP_PGTABLE_KERNEL; in __pud_alloc_one_noprof()
223 gfp = GFP_PGTABLE_KERNEL; in __p4d_alloc_one_noprof()
267 gfp = GFP_PGTABLE_KERNEL; in __pgd_alloc_noprof()
/linux-6.15/arch/parisc/include/asm/
H A Dpgalloc.h38 gfp = GFP_PGTABLE_KERNEL; in pmd_alloc_one()
/linux-6.15/arch/arm64/mm/
H A Dmmu.c477 void *ptr = (void *)__get_free_page(GFP_PGTABLE_KERNEL & ~__GFP_ZERO); in __pgd_pgtable_alloc()
/linux-6.15/arch/arm/mm/
H A Dmmu.c735 void *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_HIGHMEM, in late_alloc()