Home
last modified time | relevance | path

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

/linux-6.12.1/include/asm-generic/
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()
137 gfp = GFP_PGTABLE_KERNEL; in pmd_alloc_one_noprof()
171 gfp = GFP_PGTABLE_KERNEL; in __pud_alloc_one_noprof()
/linux-6.12.1/arch/parisc/include/asm/
Dpgalloc.h51 pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL, PMD_TABLE_ORDER); in pmd_alloc_one()
/linux-6.12.1/arch/arm64/include/asm/
Dpgalloc.h93 gfp = GFP_PGTABLE_KERNEL; in p4d_alloc_one()
/linux-6.12.1/arch/riscv/include/asm/
Dpgalloc.h125 gfp = GFP_PGTABLE_KERNEL; in p4d_alloc_one()
/linux-6.12.1/arch/arm/mm/
Dmmu.c740 void *ptdesc = pagetable_alloc(GFP_PGTABLE_KERNEL & ~__GFP_HIGHMEM, in late_alloc()
/linux-6.12.1/arch/arm64/mm/
Dmmu.c477 void *ptr = (void *)__get_free_page(GFP_PGTABLE_KERNEL & ~__GFP_ZERO); in __pgd_pgtable_alloc()