| /linux/drivers/crypto/cavium/zip/ |
| 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()
|
| /linux/arch/parisc/include/asm/ |
| 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_TABLE_ORDER); in pmd_alloc_one()
|
| A D | agp.h | 17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /linux/arch/sparc/include/asm/ |
| A D | agp.h | 13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /linux/arch/ia64/include/asm/ |
| A D | agp.h | 23 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /linux/arch/alpha/include/asm/ |
| A D | agp.h | 15 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /linux/arch/powerpc/include/asm/ |
| A D | agp.h | 14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /linux/arch/x86/include/asm/ |
| A D | agp.h | 28 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
| /linux/include/linux/ |
| A D | gfp.h | 622 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 D | pgtable.c | 15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
| /linux/arch/x86/include/asm/xen/ |
| A D | page-coherent.h | 12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
|
| /linux/net/xfrm/ |
| A D | xfrm_hash.c | 26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
|
| /linux/lib/ |
| A D | test_free_pages.c | 19 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
|
| /linux/arch/microblaze/include/asm/ |
| A D | pgalloc.h | 26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
|
| /linux/arch/nios2/mm/ |
| A D | pgtable.c | 57 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
| /linux/arch/xtensa/include/asm/ |
| A D | pgalloc.h | 32 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
|
| /linux/net/xdp/ |
| A D | xsk_queue.c | 40 q->ring = (struct xdp_ring *)__get_free_pages(gfp_flags, in xskq_create()
|
| /linux/arch/m68k/kernel/ |
| A D | dma.c | 44 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
|
| /linux/arch/mips/kernel/ |
| A D | irq.c | 67 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
|
| /linux/arch/csky/include/asm/ |
| A D | pgalloc.h | 47 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
| /linux/drivers/tee/amdtee/ |
| A D | shm_pool.c | 18 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
|
| /linux/drivers/media/pci/solo6x10/ |
| A D | solo6x10-p2m.c | 212 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 D | pgalloc.h | 88 pud = (pud_t *) __get_free_pages(GFP_KERNEL, PUD_ORDER); in pud_alloc_one()
|
| /linux/arch/nds32/mm/ |
| A D | mm-nds32.c | 20 new_pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, 0); in pgd_alloc()
|
| /linux/drivers/parisc/ |
| A D | sba_iommu.c | 883 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()
|