Home
last modified time | relevance | path

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

123456

/linux/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/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/net/xfrm/
A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/linux/lib/
A Dtest_free_pages.c19 unsigned long addr = __get_free_pages(gfp, 3); in test_free_pages()
/linux/arch/microblaze/include/asm/
A Dpgalloc.h26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
/linux/include/linux/
A Dgfp.h351 #define __get_free_pages(...) alloc_hooks(get_free_pages_noprof(__VA_ARGS__)) macro
366 __get_free_pages((gfp_mask), 0)
369 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/linux/arch/um/kernel/skas/
A Dmmu.c28 stack = __get_free_pages(GFP_KERNEL | __GFP_ZERO, ilog2(STUB_DATA_PAGES)); in init_new_context()
/linux/drivers/tee/amdtee/
A Dshm_pool.c22 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
/linux/arch/mips/kernel/
A Dirq.c67 void *s = (void *)__get_free_pages(GFP_KERNEL, order); in init_IRQ()
/linux/arch/arm/kernel/
A Dirq.c61 stack = (u8 *)__get_free_pages(GFP_KERNEL, in init_irq_stacks()
/linux/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/drivers/parisc/
A Dsba_iommu.c892 ret = (void *) __get_free_pages(gfp, get_order(size)); in sba_alloc()
1140 pdir_base = __get_free_pages(GFP_KERNEL, pdir_order); in sba_alloc_pdir()
1178 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, (19-12)); in sba_alloc_pdir()
1197 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, pdir_order+1); /* 2 or 4MB */ in sba_alloc_pdir()
1305 ioc->pdir_base = (void *) __get_free_pages(GFP_KERNEL, in sba_ioc_init_pluto()
1719 sba_dev->ioc[i].res_map = (char *) __get_free_pages(GFP_KERNEL, get_order(res_size)); in sba_common_init()
/linux/crypto/
A Dxor.c130 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks()
/linux/drivers/usb/core/
A Dbuffer.c189 return (void *)__get_free_pages(mem_flags, in hcd_buffer_alloc_pages()
/linux/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/include/linux/raid/
A Dpq.h169 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ macro
/linux/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/arch/sparc/mm/
A Diommu.c96 tmp = __get_free_pages(GFP_KERNEL, IOMMU_ORDER); in sbus_iommu_init()
327 va = __get_free_pages(gfp | __GFP_ZERO, get_order(len)); in sbus_iommu_alloc()
/linux/arch/arm/mm/
A Dpgd.c23 #define __pgd_alloc() (pgd_t *)__get_free_pages(GFP_KERNEL, 2)
/linux/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/drivers/crypto/
A Domap-crypto.c65 buf = (void *)__get_free_pages(GFP_ATOMIC, pages); in omap_crypto_copy_sgs()
/linux/arch/x86/kernel/
A Dmachine_kexec_32.c61 image->arch.pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in machine_kexec_alloc_page_tables()
/linux/lib/raid6/
A Dalgos.c253 disk_ptr = (char *)__get_free_pages(GFP_KERNEL, RAID6_TEST_DISKS_ORDER); in raid6_select_algo()
/linux/arch/um/kernel/
A Dprocess.c60 page = __get_free_pages(flags, order); in alloc_stack()

Completed in 43 milliseconds

123456