Home
last modified time | relevance | path

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

1234567

/linux/drivers/crypto/cavium/zip/
A 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/arch/parisc/include/asm/
A 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()
A Dagp.h17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux/arch/sparc/include/asm/
A Dagp.h13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux/arch/ia64/include/asm/
A Dagp.h23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux/arch/alpha/include/asm/
A Dagp.h15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux/arch/powerpc/include/asm/
A Dagp.h14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux/arch/x86/include/asm/
A Dagp.h28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux/include/linux/
A Dgfp.h622 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
630 __get_free_pages((gfp_mask), 0)
633 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/linux/arch/mips/mm/
A Dpgtable.c15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/linux/arch/x86/include/asm/xen/
A Dpage-coherent.h12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
/linux/net/xfrm/
A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/linux/lib/
A Dtest_free_pages.c19 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
/linux/arch/microblaze/include/asm/
A Dpgalloc.h26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/linux/arch/nios2/mm/
A Dpgtable.c57 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/linux/arch/xtensa/include/asm/
A Dpgalloc.h32 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
/linux/net/xdp/
A Dxsk_queue.c40 q->ring = (struct xdp_ring *)__get_free_pages(gfp_flags, in xskq_create()
/linux/arch/m68k/kernel/
A Ddma.c44 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
/linux/arch/mips/kernel/
A Dirq.c67 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
/linux/arch/csky/include/asm/
A Dpgalloc.h47 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/linux/drivers/tee/amdtee/
A Dshm_pool.c18 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
/linux/drivers/media/pci/solo6x10/
A 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/arch/mips/include/asm/
A Dpgalloc.h88 pud = (pud_t *) __get_free_pages(GFP_KERNEL, PUD_ORDER); in pud_alloc_one()
/linux/arch/nds32/mm/
A Dmm-nds32.c20 new_pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, 0); in pgd_alloc()
/linux/drivers/parisc/
A Dsba_iommu.c883 ret = (void *) __get_free_pages(gfp, get_order(size)); in sba_alloc()
1127 pdir_base = __get_free_pages(GFP_KERNEL, pdir_order); in sba_alloc_pdir()
1165 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, (19-12)); in sba_alloc_pdir()
1184 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, pdir_order+1); /* 2 or 4MB */ in sba_alloc_pdir()
1294 ioc->pdir_base = (void *) __get_free_pages(GFP_KERNEL, in sba_ioc_init_pluto()
1708 sba_dev->ioc[i].res_map = (char *) __get_free_pages(GFP_KERNEL, get_order(res_size)); in sba_common_init()

Completed in 39 milliseconds

1234567