Home
last modified time | relevance | path

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

1234567

/Linux-v5.15/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.15/arch/parisc/include/asm/
Dpgalloc.h23 pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
51 pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL, PMD_TABLE_ORDER); in pmd_alloc_one()
Dagp.h17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.15/arch/ia64/include/asm/
Dagp.h23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.15/arch/alpha/include/asm/
Dagp.h15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.15/arch/sparc/include/asm/
Dagp.h13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.15/arch/powerpc/include/asm/
Dagp.h14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.15/arch/x86/include/asm/
Dagp.h28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/Linux-v5.15/arch/mips/mm/
Dpgtable.c15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/Linux-v5.15/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.15/net/xfrm/
Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/Linux-v5.15/lib/
Dtest_free_pages.c19 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
/Linux-v5.15/arch/microblaze/include/asm/
Dpgalloc.h26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/Linux-v5.15/include/linux/
Dgfp.h608 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
616 __get_free_pages((gfp_mask), 0)
619 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/Linux-v5.15/arch/nios2/mm/
Dpgtable.c57 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/Linux-v5.15/arch/xtensa/include/asm/
Dpgalloc.h32 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
/Linux-v5.15/net/xdp/
Dxsk_queue.c40 q->ring = (struct xdp_ring *)__get_free_pages(gfp_flags, in xskq_create()
/Linux-v5.15/arch/m68k/kernel/
Ddma.c44 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
/Linux-v5.15/arch/mips/kernel/
Dirq.c67 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
/Linux-v5.15/arch/csky/include/asm/
Dpgalloc.h47 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/Linux-v5.15/drivers/tee/amdtee/
Dshm_pool.c18 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
/Linux-v5.15/arch/mips/include/asm/
Dpgalloc.h88 pud = (pud_t *) __get_free_pages(GFP_KERNEL, PUD_ORDER); in pud_alloc_one()
/Linux-v5.15/arch/nds32/mm/
Dmm-nds32.c20 new_pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, 0); in pgd_alloc()
/Linux-v5.15/drivers/media/pci/solo6x10/
Dsolo6x10-p2m.c212 wr_buf = (u32 *)__get_free_pages(GFP_KERNEL, order); in solo_p2m_test()
216 rd_buf = (u32 *)__get_free_pages(GFP_KERNEL, order); in solo_p2m_test()
/Linux-v5.15/arch/arm/xen/
Dmm.c41 return __get_free_pages(flags, order); in xen_get_swiotlb_free_pages()

1234567