Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/
H 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()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H 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_ORDER); in pmd_alloc_one()
H A Dagp.h17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/OK3568_Linux_fs/kernel/include/linux/
H A Dgfp.h586 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
594 __get_free_pages((gfp_mask), 0)
597 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dagp.h13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dagp.h15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dagp.h23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dagp.h14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dagp.h28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dpgtable.c15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_free_pages.c17 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/
H A Dpage-coherent.h12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgalloc.h28 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Dpgtable.c57 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk_queue.c40 q->ring = (struct xdp_ring *)__get_free_pages(gfp_flags, in xskq_create()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dirq.c66 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/
H A Dprocessor.h71 #define ll_alloc_task_struct() ((struct task_struct *) __get_free_pages(GFP_KERNEL,1))
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgalloc.h33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Ddma.c47 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dvirt.c16 ret = (void *)__get_free_pages(gfp | __GFP_ZERO, get_order(size)); in dma_virt_alloc()
H A Dswiotlb.c306 vstart = (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, in swiotlb_late_init_with_default_size()
356 io_tlb_list = (unsigned int *)__get_free_pages(GFP_KERNEL, in swiotlb_late_init_with_tbl()
362 __get_free_pages(GFP_KERNEL, in swiotlb_late_init_with_tbl()
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgalloc.h50 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Dshm_pool.c18 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()

123456789