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