/Linux-v5.4/arch/arc/include/asm/ |
D | pgalloc.h | 55 pgd_t *ret = (pgd_t *) __get_free_pages(GFP_KERNEL, __get_order_pgd()); in pgd_alloc() 94 pte = (pte_t *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in pte_alloc_one_kernel() 106 pte_pg = (pgtable_t)__get_free_pages(GFP_KERNEL, __get_order_pte()); in pte_alloc_one()
|
/Linux-v5.4/drivers/crypto/cavium/zip/ |
D | zip_mem.c | 59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_cmd_qbuf_alloc() 92 ptr = (u8 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_data_buf_alloc()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgalloc.h | 67 pmd = (pmd_t *) __get_free_pages(GFP_KERNEL, PMD_ORDER); in pmd_alloc_one() 88 pud = (pud_t *) __get_free_pages(GFP_KERNEL, PUD_ORDER); in pud_alloc_one()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | pgalloc.h | 26 pgd_t *pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, in pgd_alloc() 70 pmd_t *pmd = (pmd_t *)__get_free_pages(GFP_KERNEL, PMD_ORDER); in pmd_alloc_one()
|
D | agp.h | 17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | agp.h | 23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | agp.h | 13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | agp.h | 15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | agp.h | 14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/Linux-v5.4/arch/x86/include/asm/ |
D | agp.h | 28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/Linux-v5.4/drivers/hv/ |
D | connection.c | 209 (void *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in vmbus_connect() 224 vmbus_connection.monitor_pages[0] = (void *)__get_free_pages((GFP_KERNEL|__GFP_ZERO), 0); in vmbus_connect() 225 vmbus_connection.monitor_pages[1] = (void *)__get_free_pages((GFP_KERNEL|__GFP_ZERO), 0); in vmbus_connect()
|
/Linux-v5.4/arch/mips/mm/ |
D | pgtable.c | 15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
/Linux-v5.4/arch/x86/include/asm/xen/ |
D | page-coherent.h | 12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
|
/Linux-v5.4/include/linux/ |
D | gfp.h | 553 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order); 561 __get_free_pages((gfp_mask), 0) 564 __get_free_pages((gfp_mask) | GFP_DMA, (order))
|
/Linux-v5.4/net/xfrm/ |
D | xfrm_hash.c | 26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
|
/Linux-v5.4/arch/nios2/mm/ |
D | pgtable.c | 58 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
/Linux-v5.4/arch/mips/kernel/ |
D | irq.c | 66 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgalloc.h | 31 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
|
/Linux-v5.4/kernel/dma/ |
D | virt.c | 16 ret = (void *)__get_free_pages(gfp | __GFP_ZERO, get_order(size)); in dma_virt_alloc()
|
/Linux-v5.4/arch/m68k/kernel/ |
D | dma.c | 47 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgalloc.h | 28 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgalloc.h | 55 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
/Linux-v5.4/arch/sh/kernel/ |
D | dma-coherent.c | 20 ret = (void *)__get_free_pages(gfp, order); in arch_dma_alloc()
|
/Linux-v5.4/arch/unicore32/mm/ |
D | pgd.c | 30 new_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, 0); in get_pgd_slow()
|
/Linux-v5.4/arch/nds32/mm/ |
D | mm-nds32.c | 18 new_pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, 0); in pgd_alloc()
|