Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Despfix_64.c52 #define PGALLOC_GFP (GFP_KERNEL | __GFP_ZERO) macro
157 struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0); in init_espfix_ap()
169 struct page *page = alloc_pages_node(node, PGALLOC_GFP, 0); in init_espfix_ap()
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable-frag.c61 ptdesc = pagetable_alloc(PGALLOC_GFP | __GFP_ACCOUNT, 0); in __alloc_for_ptecache()
69 ptdesc = pagetable_alloc(PGALLOC_GFP, 0); in __alloc_for_ptecache()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h28 return (pgd_t *)__get_free_page(pgtable_gfp_flags(mm, PGALLOC_GFP)); in radix__pgd_alloc()
31 page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL), in radix__pgd_alloc()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgalloc.h21 #define PGALLOC_GFP (GFP_KERNEL | __GFP_ZERO) macro