Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/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-6.3-rc2/arch/parisc/include/asm/
A Dpgalloc.h23 pgd = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER); in pgd_alloc()
51 pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL, PMD_TABLE_ORDER); in pmd_alloc_one()
/linux-6.3-rc2/include/linux/
A Dgfp.h289 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
297 __get_free_pages((gfp_mask), 0)
300 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/linux-6.3-rc2/arch/mips/mm/
A Dpgtable.c15 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_TABLE_ORDER); in pgd_alloc()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/linux-6.3-rc2/lib/
A Dtest_free_pages.c19 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dpgalloc.h26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/linux-6.3-rc2/drivers/tee/amdtee/
A Dshm_pool.c22 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
/linux-6.3-rc2/arch/mips/kernel/
A Dirq.c67 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
/linux-6.3-rc2/arch/m68k/kernel/
A Ddma.c44 ret = (void *)__get_free_pages(gfp, get_order(size)); in arch_dma_alloc()
/linux-6.3-rc2/arch/arm/kernel/
A Dirq.c60 stack = (u8 *)__get_free_pages(GFP_KERNEL, in init_irq_stacks()
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgalloc.h94 pud = (pud_t *) __get_free_pages(GFP_KERNEL, PUD_TABLE_ORDER); in pud_alloc_one()
/linux-6.3-rc2/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-6.3-rc2/drivers/parisc/
A Dsba_iommu.c889 ret = (void *) __get_free_pages(gfp, get_order(size)); in sba_alloc()
1134 pdir_base = __get_free_pages(GFP_KERNEL, pdir_order); in sba_alloc_pdir()
1172 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, (19-12)); in sba_alloc_pdir()
1191 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, pdir_order+1); /* 2 or 4MB */ in sba_alloc_pdir()
1301 ioc->pdir_base = (void *) __get_free_pages(GFP_KERNEL, in sba_ioc_init_pluto()
1715 sba_dev->ioc[i].res_map = (char *) __get_free_pages(GFP_KERNEL, get_order(res_size)); in sba_common_init()
/linux-6.3-rc2/crypto/
A Dxor.c133 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks()
/linux-6.3-rc2/arch/parisc/kernel/
A Dpci-dma.c381 pcxl_res_map = (char *)__get_free_pages(GFP_KERNEL, in pcxl_dma_init()
414 paddr = __get_free_pages(gfp | __GFP_ZERO, order); in arch_dma_alloc()
/linux-6.3-rc2/drivers/s390/char/
A Dhmcdrv_cache.c221 (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, in hmcdrv_cache_startup()
A Dhmcdrv_ftp.c249 ftp.buf = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, order); in hmcdrv_ftp_cmd()
/linux-6.3-rc2/include/linux/raid/
A Dpq.h167 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ macro
/linux-6.3-rc2/arch/sparc/mm/
A Diommu.c95 tmp = __get_free_pages(GFP_KERNEL, IOMMU_ORDER); in sbus_iommu_init()
326 va = __get_free_pages(gfp | __GFP_ZERO, get_order(len)); in sbus_iommu_alloc()
/linux-6.3-rc2/drivers/iommu/amd/
A Dinit.c651 pci_seg->dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO | GFP_DMA32, in alloc_dev_table()
669 pci_seg->rlookup_table = (void *)__get_free_pages( in alloc_rlookup_table()
687 pci_seg->irq_lookup_table = (void *)__get_free_pages( in alloc_irq_lookup_table()
710 pci_seg->alias_table = (void *)__get_free_pages(GFP_KERNEL, in alloc_alias_table()
738 iommu->cmd_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_command_buffer()
806 void *buf = (void *)__get_free_pages(gfp, order); in iommu_alloc_4k_pages()
941 iommu->ga_log = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in iommu_init_ga_log()
946 iommu->ga_log_tail = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in iommu_init_ga_log()
1068 pci_seg->old_dev_tbl_cpy = (void *)__get_free_pages(gfp_flag, in __copy_device_table()
3008 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages( in early_amd_iommu_init()
/linux-6.3-rc2/drivers/block/zram/
A Dzcomp.c56 zstrm->buffer = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, 1); in zcomp_strm_init()
/linux-6.3-rc2/arch/arm/mm/
A Dpgd.c23 #define __pgd_alloc() (pgd_t *)__get_free_pages(GFP_KERNEL, 2)
/linux-6.3-rc2/drivers/platform/x86/dell/
A Ddell_rbu.c149 __get_free_pages(GFP_KERNEL, ordernum); in create_packet()
407 (unsigned char *)__get_free_pages(GFP_DMA32, ordernum); in img_update_realloc()
/linux-6.3-rc2/arch/s390/kernel/
A Dsmp.c197 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
198 nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in pcpu_alloc_lowcore()
1276 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in smp_reinit_ipl_cpu()
1277 nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in smp_reinit_ipl_cpu()

Completed in 44 milliseconds

1234567