Searched refs:PGALLOC_GFP (Results 1 – 9 of 9) sorted by relevance
29 #define PGALLOC_GFP (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO) macro35 return (pmd_t *)__get_free_page(PGALLOC_GFP); in pmd_alloc_one()55 return (pud_t *)__get_free_page(PGALLOC_GFP); in pud_alloc_one()77 return (pte_t *)__get_free_page(PGALLOC_GFP); in pte_alloc_one_kernel()85 pte = alloc_pages(PGALLOC_GFP, 0); in pte_alloc_one()
4 #define PGALLOC_GFP GFP_KERNEL | __GFP_REPEAT | __GFP_ZERO macro34 return kmem_cache_alloc(pgd_cachep, PGALLOC_GFP); in pgd_alloc()50 return kmem_cache_alloc(pmd_cachep, PGALLOC_GFP); in pmd_alloc_one()
60 #define PGALLOC_GFP (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO) macro88 pte = (pte_t *)__get_free_page(PGALLOC_GFP); in pte_alloc_one_kernel()101 pte = alloc_pages(PGALLOC_GFP | __GFP_HIGHMEM, 0); in pte_alloc_one()103 pte = alloc_pages(PGALLOC_GFP, 0); in pte_alloc_one()
31 #define PGALLOC_GFP (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO) macro41 pte = (pte_t *)__get_free_page(PGALLOC_GFP); in pte_alloc_one_kernel()53 pte = alloc_pages(PGALLOC_GFP, 0); in pte_alloc_one()
38 return (pgd_t *)__get_free_page(PGALLOC_GFP); in pgd_alloc()40 return kmem_cache_alloc(pgd_cache, PGALLOC_GFP); in pgd_alloc()
264 ptr = (void *)__get_free_page(PGALLOC_GFP); in late_alloc()
9 #define PGALLOC_GFP GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO macro17 gfp_t __userpte_alloc_gfp = PGALLOC_GFP | PGALLOC_USER_GFP;21 return (pte_t *)__get_free_page(PGALLOC_GFP); in pte_alloc_one_kernel()212 pmd_t *pmd = (pmd_t *)__get_free_page(PGALLOC_GFP); in preallocate_pmds()326 return (pgd_t *)__get_free_page(PGALLOC_GFP); in _pgd_alloc()332 return kmem_cache_alloc(pgd_cache, PGALLOC_GFP); in _pgd_alloc()345 return (pgd_t *)__get_free_page(PGALLOC_GFP); in _pgd_alloc()
60 #define PGALLOC_GFP (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO) macro173 pmd_p = (pmd_t *)__get_free_page(PGALLOC_GFP); in init_espfix_ap()183 pte_p = (pte_t *)__get_free_page(PGALLOC_GFP); in init_espfix_ap()
134 page = (void *)__get_free_page(PGALLOC_GFP); in mmu_topup_memory_cache()