Home
last modified time | relevance | path

Searched refs:__get_free_pages (Results 1 – 25 of 176) sorted by relevance

12345678

/Linux-v5.4/arch/arc/include/asm/
Dpgalloc.h55 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/
Dzip_mem.c59 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/
Dpgalloc.h67 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/
Dpgalloc.h26 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()
Dagp.h17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.4/arch/ia64/include/asm/
Dagp.h23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.4/arch/sparc/include/asm/
Dagp.h13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.4/arch/alpha/include/asm/
Dagp.h15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.4/arch/powerpc/include/asm/
Dagp.h14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.4/arch/x86/include/asm/
Dagp.h28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.4/drivers/hv/
Dconnection.c209 (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/
Dpgtable.c15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/Linux-v5.4/arch/x86/include/asm/xen/
Dpage-coherent.h12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
/Linux-v5.4/include/linux/
Dgfp.h553 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/
Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/Linux-v5.4/arch/nios2/mm/
Dpgtable.c58 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/Linux-v5.4/arch/mips/kernel/
Dirq.c66 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
/Linux-v5.4/arch/microblaze/include/asm/
Dpgalloc.h31 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/Linux-v5.4/kernel/dma/
Dvirt.c16 ret = (void *)__get_free_pages(gfp | __GFP_ZERO, get_order(size)); in dma_virt_alloc()
/Linux-v5.4/arch/m68k/kernel/
Ddma.c47 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
/Linux-v5.4/arch/xtensa/include/asm/
Dpgalloc.h28 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
/Linux-v5.4/arch/csky/include/asm/
Dpgalloc.h55 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/Linux-v5.4/arch/sh/kernel/
Ddma-coherent.c20 ret = (void *)__get_free_pages(gfp, order); in arch_dma_alloc()
/Linux-v5.4/arch/unicore32/mm/
Dpgd.c30 new_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, 0); in get_pgd_slow()
/Linux-v5.4/arch/nds32/mm/
Dmm-nds32.c18 new_pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, 0); in pgd_alloc()

12345678