| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | pgalloc.h | 23 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 D | agp.h | 17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | gfp.h | 586 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 D | agp.h | 13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | agp.h | 15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | agp.h | 23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | agp.h | 14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | agp.h | 28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | pgtable.c | 15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_free_pages.c | 17 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/ |
| H A D | page-coherent.h | 12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_hash.c | 26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | pgalloc.h | 28 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | pgtable.c | 57 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
| /OK3568_Linux_fs/kernel/net/xdp/ |
| H A D | xsk_queue.c | 40 q->ring = (struct xdp_ring *)__get_free_pages(gfp_flags, in xskq_create()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | irq.c | 66 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 D | processor.h | 71 #define ll_alloc_task_struct() ((struct task_struct *) __get_free_pages(GFP_KERNEL,1))
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | pgalloc.h | 33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | dma.c | 47 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | virt.c | 16 ret = (void *)__get_free_pages(gfp | __GFP_ZERO, get_order(size)); in dma_virt_alloc()
|
| H A D | swiotlb.c | 306 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 D | pgalloc.h | 50 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/tee/amdtee/ |
| H A D | shm_pool.c | 18 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
|