Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/include/asm/
Dpgalloc.h58 pgd_t *ret = (pgd_t *) __get_free_pages(GFP_KERNEL, __get_order_pgd()); in pgd_alloc()
98 pte = (pte_t *) __get_free_pages(GFP_KERNEL | __GFP_REPEAT | __GFP_ZERO, in pte_alloc_one_kernel()
110 pte_pg = (pgtable_t)__get_free_pages(GFP_KERNEL | __GFP_REPEAT, __get_order_pte()); in pte_alloc_one()
/linux-4.4.14/arch/mips/include/asm/
Dpgalloc.h51 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
72 pte = (pte_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, PTE_ORDER); in pte_alloc_one_kernel()
116 pmd = (pmd_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, PMD_ORDER); in pmd_alloc_one()
/linux-4.4.14/arch/score/include/asm/
Dpgalloc.h24 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
45 pte = (pte_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, in pte_alloc_one_kernel()
/linux-4.4.14/arch/parisc/include/asm/
Dpgalloc.h23 pgd_t *pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, in pgd_alloc()
66 pmd_t *pmd = (pmd_t *)__get_free_pages(GFP_KERNEL|__GFP_REPEAT, in pmd_alloc_one()
Dagp.h16 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-4.4.14/arch/alpha/include/asm/
Dagp.h14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-4.4.14/arch/ia64/include/asm/
Dagp.h22 ((char *)__get_free_pages(GFP_KERNEL, (order)))
Dtlb.h161 unsigned long addr = __get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in __tlb_alloc_page()
/linux-4.4.14/arch/sparc/include/asm/
Dagp.h12 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-4.4.14/arch/powerpc/include/asm/
Dagp.h13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-4.4.14/arch/x86/include/asm/
Dagp.h27 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/linux-4.4.14/drivers/hv/
Dconnection.c156 (void *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in vmbus_connect()
171 vmbus_connection.monitor_pages[0] = (void *)__get_free_pages((GFP_KERNEL|__GFP_ZERO), 0); in vmbus_connect()
172 vmbus_connection.monitor_pages[1] = (void *)__get_free_pages((GFP_KERNEL|__GFP_ZERO), 0); in vmbus_connect()
Dchannel.c97 out = (void *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, in vmbus_open()
/linux-4.4.14/net/xfrm/
Dxfrm_hash.c25 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/linux-4.4.14/arch/cris/arch-v32/drivers/pci/
Ddma.c33 ret = (void *)__get_free_pages(gfp, order); in dma_alloc_coherent()
/linux-4.4.14/include/linux/
Dgfp.h476 extern unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order);
484 __get_free_pages((gfp_mask), 0)
487 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/linux-4.4.14/arch/nios2/mm/
Dpgtable.c58 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
Ddma-mapping.c38 ret = (void *) __get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
/linux-4.4.14/arch/score/mm/
Dinit.c48 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, 0); in setup_zero_page()
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage-coherent.h12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages()
Dpage.h309 return __get_free_pages(__GFP_NOWARN, order); in xen_get_swiotlb_free_pages()
/linux-4.4.14/arch/mn10300/mm/
Ddma-alloc.c46 addr = __get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
/linux-4.4.14/arch/h8300/kernel/
Ddma.c24 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc()
/linux-4.4.14/lib/
Dswiotlb.c263 vstart = (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, in swiotlb_late_init_with_default_size()
302 v_overflow_buffer = (void *)__get_free_pages(GFP_DMA, in swiotlb_late_init_with_tbl()
314 io_tlb_list = (unsigned int *)__get_free_pages(GFP_KERNEL, in swiotlb_late_init_with_tbl()
320 __get_free_pages(GFP_KERNEL, in swiotlb_late_init_with_tbl()
640 ret = (void *)__get_free_pages(flags, order); in swiotlb_alloc_coherent()
Dpercpu_ida.c306 pool->freelist = (void *) __get_free_pages(GFP_KERNEL, order); in __percpu_ida_init()
/linux-4.4.14/arch/nios2/include/asm/
Dpgalloc.h45 pte = (pte_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, in pte_alloc_one_kernel()
/linux-4.4.14/arch/xtensa/include/asm/
Dpgalloc.h33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
/linux-4.4.14/arch/unicore32/mm/
Dpgd.c33 new_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, 0); in get_pgd_slow()
/linux-4.4.14/net/sctp/
Dssnmap.c63 __get_free_pages(gfp, get_order(size)); in sctp_ssnmap_new()
Dprotocol.c1436 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, order); in sctp_init()
1469 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, order); in sctp_init()
/linux-4.4.14/arch/frv/mm/
Ddma-alloc.c95 page = __get_free_pages(gfp, order); in consistent_alloc()
/linux-4.4.14/arch/parisc/kernel/
Dpci-dma.c396 pcxl_res_map = (char *)__get_free_pages(GFP_KERNEL, in pcxl_dma_init()
425 paddr = __get_free_pages(flag, order); in pa11_dma_alloc_consistent()
574 addr = (void *)__get_free_pages(flag, get_order(size)); in pa11_dma_alloc_noncoherent()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-p2m.c224 wr_buf = (u32 *)__get_free_pages(GFP_KERNEL, order); in solo_p2m_test()
228 rd_buf = (u32 *)__get_free_pages(GFP_KERNEL, order); in solo_p2m_test()
/linux-4.4.14/drivers/iommu/
Damd_iommu_init.c507 iommu->cmd_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_command_buffer()
554 iommu->evt_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer()
586 iommu->ppr_log = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_ppr_log()
1874 amd_iommu_dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in early_amd_iommu_init()
1883 amd_iommu_alias_table = (void *)__get_free_pages(GFP_KERNEL, in early_amd_iommu_init()
1889 amd_iommu_rlookup_table = (void *)__get_free_pages( in early_amd_iommu_init()
1895 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages( in early_amd_iommu_init()
1939 irq_lookup_table = (void *)__get_free_pages( in early_amd_iommu_init()
Dmsm_iommu.c230 priv->pgtable = (unsigned long *)__get_free_pages(GFP_KERNEL, in msm_iommu_domain_alloc()
438 sl = (unsigned long *) __get_free_pages(GFP_ATOMIC, in msm_iommu_map()
Dexynos-iommu.c672 domain->pgtable = (sysmmu_pte_t *)__get_free_pages(GFP_KERNEL, 2); in exynos_iommu_domain_alloc()
676 domain->lv2entcnt = (short *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, 1); in exynos_iommu_domain_alloc()
/linux-4.4.14/arch/x86/kernel/
Dtce_64.c114 bmppages = __get_free_pages(GFP_KERNEL, get_order(bitmapsz)); in tce_table_setparms()
Damd_gart_64.c674 gatt = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in init_amd_gatt()
779 iommu_gart_bitmap = (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in gart_iommu_init()
Dpci-calgary_64.c449 ret = (void *)__get_free_pages(flag, order); in calgary_alloc_coherent()
/linux-4.4.14/drivers/parisc/
Dccio-rm-dma.c87 ret = (void *)__get_free_pages(GFP_ATOMIC, get_order(size)); in ccio_alloc_consistent()
Dsba_iommu.c879 ret = (void *) __get_free_pages(gfp, get_order(size)); in sba_alloc_consistent()
1119 pdir_base = __get_free_pages(GFP_KERNEL, pdir_order); in sba_alloc_pdir()
1157 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, (19-12)); in sba_alloc_pdir()
1176 unsigned long new_pdir = __get_free_pages(GFP_KERNEL, pdir_order+1); /* 2 or 4MB */ in sba_alloc_pdir()
1286 ioc->pdir_base = (void *) __get_free_pages(GFP_KERNEL, in sba_ioc_init_pluto()
1700 sba_dev->ioc[i].res_map = (char *) __get_free_pages(GFP_KERNEL, get_order(res_size)); in sba_common_init()
Dccio-dma.c850 ret = (void *) __get_free_pages(flag, get_order(size)); in ccio_alloc_consistent()
1302 ioc->pdir_base = (u64 *)__get_free_pages(GFP_KERNEL, in ccio_ioc_init()
1316 ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL, in ccio_ioc_init()
/linux-4.4.14/arch/s390/kernel/
Dsuspend.c166 suspend_zero_pages = __get_free_pages(GFP_KERNEL, LC_ORDER); in suspend_pm_cb()
Dvdso.c104 segment_table = __get_free_pages(GFP_KERNEL, SEGMENT_ORDER); in vdso_alloc_per_cpu()
Dsmp.c187 __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
188 async_stack = __get_free_pages(GFP_KERNEL, ASYNC_ORDER); in pcpu_alloc_lowcore()
/linux-4.4.14/crypto/
Dxor.c117 b1 = (void *) __get_free_pages(GFP_KERNEL | __GFP_NOTRACK, 2); in calibrate_xor_blocks()
/linux-4.4.14/arch/sh/mm/
Dconsistent.c44 ret = (void *)__get_free_pages(gfp, order); in dma_generic_alloc_coherent()
/linux-4.4.14/include/linux/raid/
Dpq.h156 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ macro
/linux-4.4.14/arch/microblaze/include/asm/
Dpgalloc.h67 ret = (pgd_t *)__get_free_pages(GFP_KERNEL, PGDIR_ORDER); in get_pgd_slow()
/linux-4.4.14/arch/arm/mm/
Dpgd.c26 #define __pgd_alloc() (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_REPEAT, 2)
/linux-4.4.14/arch/alpha/kernel/
Dpci-noop.c118 ret = (void *)__get_free_pages(gfp, get_order(size)); in alpha_noop_alloc_coherent()
Dpci_iommu.c445 cpu_addr = (void *)__get_free_pages(gfp, order); in alpha_pci_alloc_coherent()
/linux-4.4.14/arch/s390/mm/
Dinit.c62 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in setup_zero_pages()
Dvmem.c33 return (void *)__get_free_pages(GFP_KERNEL, order); in vmem_alloc_pages()
/linux-4.4.14/drivers/s390/char/
Dhmcdrv_cache.c220 (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, in hmcdrv_cache_startup()
Dvmcp.c105 session->response = (char *)__get_free_pages(GFP_KERNEL in vmcp_write()
Dhmcdrv_ftp.c248 ftp.buf = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, order); in hmcdrv_ftp_cmd()
Dtty3270.c694 __get_free_pages(GFP_KERNEL|GFP_DMA, 0); in tty3270_alloc_view()
/linux-4.4.14/arch/microblaze/mm/
Dconsistent.c82 vaddr = __get_free_pages(gfp, order); in consistent_alloc()
/linux-4.4.14/security/integrity/ima/
Dima_crypto.c135 ptr = (void *)__get_free_pages(gfp_mask, order); in ima_alloc_pages()
149 ptr = (void *)__get_free_pages(gfp_mask, 0); in ima_alloc_pages()
/linux-4.4.14/arch/arm/xen/
Dmm.c36 return __get_free_pages(flags, order); in xen_get_swiotlb_free_pages()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_main.h141 (void *)__get_free_pages(GFP_KERNEL, in cnnic_alloc_aligned_dma()
/linux-4.4.14/arch/blackfin/include/asm/
Dmmu_context.h176 unsigned long p = __get_free_pages(GFP_KERNEL, page_mask_order); in init_new_context()
/linux-4.4.14/arch/m68k/kernel/
Ddma.c84 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
/linux-4.4.14/sound/core/
Dmemalloc.c55 return (void *) __get_free_pages(gfp_flags, pg); in snd_malloc_pages()
/linux-4.4.14/lib/raid6/
Dalgos.c221 syndromes = (void *) __get_free_pages(GFP_KERNEL, 1); in raid6_select_algo()
/linux-4.4.14/arch/s390/include/asm/
Didals.h136 __get_free_pages(GFP_KERNEL, page_order); in idal_buffer_alloc()
/linux-4.4.14/arch/sparc/kernel/
Dioport.c281 va = __get_free_pages(gfp, order); in sbus_alloc_coherent()
447 va = (void *) __get_free_pages(gfp, order); in pci32_alloc_coherent()
Dirq_64.c1024 p = __get_free_pages(GFP_KERNEL, order); in alloc_one_queue()
1099 __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in irq_ivector_init()
Dpci_fire.c234 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_fire_msiq_alloc()
Dpci_sun4v.c756 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_sun4v_msiq_alloc()
Dldc.c978 q = (void *) __get_free_pages(GFP_KERNEL, order); in alloc_queue()
1063 __get_free_pages(GFP_KERNEL, order); in ldc_iommu_init()
Dtraps_64.c876 __get_free_pages(GFP_KERNEL, order); in cheetah_ecache_flush_init()
/linux-4.4.14/drivers/firmware/
Ddell_rbu.c164 __get_free_pages(GFP_KERNEL, ordernum); in create_packet()
439 (unsigned char *) __get_free_pages(GFP_KERNEL, ordernum); in img_update_realloc()
/linux-4.4.14/arch/arm/include/asm/
Dtlb.h120 unsigned long addr = __get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in __tlb_alloc_page()
/linux-4.4.14/arch/xtensa/kernel/
Dpci-dma.c156 ret = (unsigned long)__get_free_pages(flag, get_order(size)); in xtensa_dma_alloc()
/linux-4.4.14/drivers/crypto/nx/
Dnx-842.c120 ctx->sbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_init()
121 ctx->dbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_init()
/linux-4.4.14/fs/configfs/
Dfile.c143 buffer->page = (char *)__get_free_pages(GFP_KERNEL, 0); in fill_write_buffer()
/linux-4.4.14/drivers/md/bcache/
Dbset.c320 t->data = (void *) __get_free_pages(gfp, b->page_order); in bch_btree_keys_alloc()
326 : (void *) __get_free_pages(gfp, get_order(bset_tree_bytes(b))); in bch_btree_keys_alloc()
332 : (void *) __get_free_pages(gfp, get_order(bset_prev_bytes(b))); in bch_btree_keys_alloc()
1185 struct bset *out = (void *) __get_free_pages(__GFP_NOWARN|GFP_NOWAIT, in __btree_sort()
Djournal.c818 !(j->w[0].data = (void *) __get_free_pages(GFP_KERNEL, JSET_BITS)) || in bch_journal_alloc()
819 !(j->w[1].data = (void *) __get_free_pages(GFP_KERNEL, JSET_BITS))) in bch_journal_alloc()
Dsuper.c1449 ((void *) __get_free_pages(__GFP_ZERO|gfp, ilog2(bucket_pages(c))))
Dbtree.c796 __get_free_pages(GFP_KERNEL, ilog2(bucket_pages(c))); in bch_btree_cache_alloc()
/linux-4.4.14/arch/m68k/sun3/
Dsun3dvma.c351 if((kaddr = __get_free_pages(GFP_ATOMIC, get_order(len))) == 0) in dvma_malloc_align()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.h405 ret = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in scif_zalloc()
/linux-4.4.14/arch/um/kernel/
Dprocess.c70 page = __get_free_pages(flags, order); in alloc_stack()
/linux-4.4.14/arch/ia64/hp/common/
Dsba_iommu.c1152 addr = (void *) __get_free_pages(flags, get_order(size)); in sba_alloc_coherent()
1634 ioc->pdir_base = (void *) __get_free_pages(GFP_KERNEL, in ioc_iova_init()
1674 addr = (void *)__get_free_pages(GFP_KERNEL, get_order(iovp_size)); in ioc_iova_init()
1715 ioc->res_map = (char *) __get_free_pages(GFP_KERNEL, in ioc_resource_init()
/linux-4.4.14/drivers/block/zram/
Dzcomp.c88 zstrm->buffer = (void *)__get_free_pages(GFP_NOIO | __GFP_ZERO, 1); in zcomp_strm_alloc()
/linux-4.4.14/arch/ia64/sn/pci/
Dpci_dma.c103 cpuaddr = (void *)__get_free_pages(flags, get_order(size)); in sn_dma_alloc_coherent()
/linux-4.4.14/arch/mips/jazz/
Djazzdma.c70 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, in vdma_init()
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_32.c92 ret = (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, in pgd_alloc()
/linux-4.4.14/drivers/media/platform/omap/
Domap_voutlib.c308 virt_addr = __get_free_pages(GFP_KERNEL, order); in omap_vout_alloc_buffer()
/linux-4.4.14/arch/x86/um/
Dldt.c251 __get_free_pages(GFP_KERNEL|__GFP_ZERO, order); in ldt_get_host_info()
/linux-4.4.14/arch/s390/pci/
Dpci_clp.c51 return (void *) __get_free_pages(gfp_mask, get_order(CLP_BLK_SIZE)); in clp_alloc_block()
/linux-4.4.14/sound/usb/usx2y/
Dusb_stream.c194 sk->s = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP|__GFP_ZERO, pg); in usb_stream_new()
214 (void *)__get_free_pages(GFP_KERNEL|__GFP_COMP|__GFP_ZERO, pg); in usb_stream_new()
/linux-4.4.14/arch/sparc/mm/
Diommu.c94 tmp = __get_free_pages(GFP_KERNEL, IOMMU_ORDER); in sbus_iommu_init()
/linux-4.4.14/arch/mips/mm/
Ddma-default.c122 ret = (void *) __get_free_pages(gfp, get_order(size)); in mips_dma_alloc_noncoherent()
Dinit.c73 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in setup_zero_pages()
/linux-4.4.14/fs/hfs/
Dmdb.c169 HFS_SB(sb)->bitmap = (__be32 *)__get_free_pages(GFP_KERNEL, PAGE_SIZE < 8192 ? 1 : 0); in hfs_mdb_get()
/linux-4.4.14/fs/proc/
Dvmcore.c1030 elfcorebuf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in parse_crash_elf64_headers()
1085 elfcorebuf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in parse_crash_elf32_headers()
/linux-4.4.14/drivers/misc/mic/host/
Dmic_virtio.c653 __get_free_pages(GFP_KERNEL | __GFP_ZERO, in mic_virtio_add_device()
691 mvr->buf = (void *)__get_free_pages(GFP_KERNEL, in mic_virtio_add_device()
/linux-4.4.14/net/dccp/
Dproto.c1151 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, ehash_order); in dccp_init()
1174 __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, bhash_order); in dccp_init()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Ddebugfs.c232 buf = (char *)__get_free_pages(GFP_KERNEL, buforder); in b43legacy_debugfs_read()
/linux-4.4.14/drivers/video/fbdev/
Dgrvga.c449 virtual_start = (unsigned long) __get_free_pages(GFP_DMA, in grvga_probe()
Dssd1307fb.c595 vmem = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in ssd1307fb_probe()
Dfb-puv3.c674 videomemory = (void *)__get_free_pages(GFP_KERNEL | __GFP_COMP, in unifb_probe()
/linux-4.4.14/drivers/char/agp/
Dhp-agp.c297 hp->io_pdir = (u64 *) __get_free_pages(GFP_KERNEL, in hp_zx1_create_gatt_table()
Duninorth-agp.c393 table = (char *) __get_free_pages(GFP_KERNEL, page_order); in uninorth_create_gatt_table()
/linux-4.4.14/drivers/usb/core/
Ddevices.c516 pages_start = (char *)__get_free_pages(GFP_NOIO, 1); in usb_device_dump()
/linux-4.4.14/arch/x86/mm/
Dinit.c92 return (void *)__get_free_pages(GFP_ATOMIC | __GFP_NOTRACK | in alloc_low_pages()
/linux-4.4.14/drivers/crypto/
Domap-des.c566 buf_in = (void *)__get_free_pages(GFP_ATOMIC, pages); in omap_des_copy_sgs()
567 buf_out = (void *)__get_free_pages(GFP_ATOMIC, pages); in omap_des_copy_sgs()
Domap-aes.c585 buf_in = (void *)__get_free_pages(GFP_ATOMIC, pages); in omap_aes_copy_sgs()
586 buf_out = (void *)__get_free_pages(GFP_ATOMIC, pages); in omap_aes_copy_sgs()
Datmel-aes.c655 dd->buf_in = (void *)__get_free_pages(GFP_KERNEL, 0); in atmel_aes_buff_init()
656 dd->buf_out = (void *)__get_free_pages(GFP_KERNEL, 0); in atmel_aes_buff_init()
Datmel-tdes.c350 dd->buf_in = (void *)__get_free_pages(GFP_KERNEL, 0); in atmel_tdes_buff_init()
351 dd->buf_out = (void *)__get_free_pages(GFP_KERNEL, 0); in atmel_tdes_buff_init()
/linux-4.4.14/arch/s390/hypfs/
Dhypfs_diag.c399 diag204_buf = (void*)__get_free_pages(GFP_KERNEL,0); in diag204_alloc_rbuf()
/linux-4.4.14/drivers/pci/host/
Dpcie-xilinx.c356 port->msi_pages = __get_free_pages(GFP_KERNEL, 0); in xilinx_pcie_enable_msi()
Dpcie-designware.c209 pp->msi_data = __get_free_pages(GFP_KERNEL, 0); in dw_pcie_msi_init()
Dpcie-rcar.c739 msi->pages = __get_free_pages(GFP_KERNEL, 0); in rcar_pcie_enable_msi()
Dpci-tegra.c1299 msi->pages = __get_free_pages(GFP_KERNEL, 0); in tegra_pcie_enable_msi()
/linux-4.4.14/drivers/net/
Drionet.c470 nets[mport->id].active = (struct rio_dev **)__get_free_pages(GFP_KERNEL, in rionet_setup_netdev()
/linux-4.4.14/drivers/misc/mic/card/
Dmic_virtio.c282 used = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in mic_find_vq()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c671 isolated_loader = (char *)__get_free_pages(GFP_KERNEL, get_order(size)); in spufs_init_isolated_loader()
/linux-4.4.14/drivers/sh/maple/
Dmaple.c742 (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in maple_get_dma_buffer()
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dsystem-bus.c528 virt_addr = __get_free_pages(flag, get_order(size)); in ps3_alloc_coherent()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h1126 (void *) __get_free_pages(GFP_ATOMIC, SYM_MEM_PAGE_ORDER)
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c140 backing_store = (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in allocate_signal_page()
/linux-4.4.14/arch/x86/platform/efi/
Defi.c690 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1); in realloc_pages()
/linux-4.4.14/drivers/base/
Ddevres.c952 addr = __get_free_pages(gfp_mask, order); in devm_get_free_pages()
/linux-4.4.14/arch/arm/kvm/
Dmmu.c1665 hyp_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, hyp_pgd_order); in kvm_mmu_init()
1666 boot_hyp_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, hyp_pgd_order); in kvm_mmu_init()
/linux-4.4.14/drivers/misc/cxl/
Dnative.c199 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->spa_order))) { in cxl_alloc_spa()
/linux-4.4.14/arch/um/drivers/
Dnet_kern.c883 ret = (void *) __get_free_pages(GFP_KERNEL, 0); in get_output_buffer()
/linux-4.4.14/drivers/net/wireless/b43/
Ddebugfs.c535 buf = (char *)__get_free_pages(GFP_KERNEL, buforder); in b43_debugfs_read()
/linux-4.4.14/drivers/block/
Dps3vram.c647 priv->xdr_buf = (void *)__get_free_pages(GFP_KERNEL, in ps3vram_probe()
Dxen-blkfront.c1421 sring = (struct blkif_sring *)__get_free_pages(GFP_NOIO | __GFP_HIGH, in setup_blkring()
/linux-4.4.14/fs/jbd2/
Djournal.c2311 ptr = (void *)__get_free_pages(flags, 0); in jbd2_alloc()
2316 ptr = (void *)__get_free_pages(flags, order); in jbd2_alloc()
/linux-4.4.14/fs/nilfs2/
Dioctl.c87 buf = (void *)__get_free_pages(GFP_NOFS, 0); in nilfs_ioctl_wrap_copy()
/linux-4.4.14/drivers/media/platform/davinci/
Ddm644x_ccdc.c272 (unsigned int *)__get_free_pages(GFP_KERNEL | GFP_DMA, in ccdc_update_raw_params()
/linux-4.4.14/drivers/net/irda/
Dau1k_ir.c232 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc()
/linux-4.4.14/arch/powerpc/kernel/
Dfadump.c554 vaddr = (void *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, order); in fadump_cpu_notes_buf_alloc()
/linux-4.4.14/mm/
Dpage_alloc.c3280 unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order) in __get_free_pages() function
3295 EXPORT_SYMBOL(__get_free_pages);
3299 return __get_free_pages(gfp_mask | __GFP_ZERO, 0); in get_zeroed_page()
3506 addr = __get_free_pages(gfp_mask, order); in alloc_pages_exact()
Dmemory.c197 batch = (void *)__get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in tlb_next_batch()
Dslub.c4210 l = (void *)__get_free_pages(flags, order); in alloc_loc_track()
/linux-4.4.14/drivers/video/fbdev/vermilion/
Dvermilion.c104 __get_free_pages(flags, --max_order); in vmlfb_alloc_vram_area()
/linux-4.4.14/drivers/s390/cio/
Dcmf.c575 mem = (void*)__get_free_pages(GFP_KERNEL | GFP_DMA, in alloc_cmb()
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt267 memory regions are allocated with calls to the __get_free_pages() function. As
272 region allocated by __get_free_pages is determined by the MAX_ORDER macro. More
/linux-4.4.14/kernel/trace/
Dtrace_events.c1646 pid_list->pids = (void *)__get_free_pages(GFP_KERNEL, in ftrace_event_pid_write()
1662 pid_page = (void *)__get_free_pages(GFP_KERNEL, in ftrace_event_pid_write()
Dftrace.c2927 pg->records = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in ftrace_allocate_records()
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c881 base = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in its_alloc_tables()
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c1189 fusion->ld_drv_map[i] = (void *)__get_free_pages(GFP_KERNEL, in megasas_init_adapter_fusion()
2465 instance->crash_buf[i] = (void *)__get_free_pages(GFP_KERNEL, in megasas_alloc_host_crash_buffer()
Dmegaraid_sas_base.c5385 instance->ctrl_context = (void *)__get_free_pages(GFP_KERNEL, in megasas_probe_one()
/linux-4.4.14/drivers/scsi/
Dvmw_pvscsi.c1254 ctx->sgl = (void *)__get_free_pages(GFP_KERNEL, in pvscsi_allocate_sg()
Dlibiscsi.c2915 data = (char *) __get_free_pages(GFP_KERNEL, in iscsi_conn_setup()
Dncr53c8xx.c361 m_addr_t m = __get_free_pages(MEMO_GFP_FLAGS, MEMO_PAGE_ORDER); in ___mp0_getp()
/linux-4.4.14/drivers/net/ethernet/i825xx/
D82596.c1183 dev->mem_start = (int)__get_free_pages(GFP_ATOMIC, 0); in i82596_probe()
/linux-4.4.14/arch/ia64/kernel/
Dmca.c1861 data = (void *)__get_free_pages(GFP_KERNEL, in ia64_mca_cpu_init()
/linux-4.4.14/sound/oss/
Ddmabuf.c94 start_addr = (char *) __get_free_pages(GFP_ATOMIC|GFP_DMA|__GFP_NOWARN, sz); in sound_alloc_dmap()
/linux-4.4.14/net/ipv4/
Dfib_semantics.c844 __get_free_pages(GFP_KERNEL | __GFP_ZERO, in fib_info_hash_alloc()
/linux-4.4.14/drivers/md/
Ddm-bufio.c383 return (void *)__get_free_pages(gfp_mask, in alloc_buffer_data()
/linux-4.4.14/Documentation/
DDMA-API-HOWTO.txt395 __get_free_pages() (but takes size instead of a page order). If your
429 a kmem_cache, but it uses dma_alloc_coherent(), not __get_free_pages().
DDMA-API.txt87 not __get_free_pages(). Also, they understand common hardware constraints
/linux-4.4.14/net/netlink/
Daf_netlink.c343 buffer = (void *)__get_free_pages(gfp_flags, order); in alloc_one_pg_vec_page()
352 return (void *)__get_free_pages(gfp_flags, order); in alloc_one_pg_vec_page()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c75 hpt = __get_free_pages(GFP_KERNEL|__GFP_ZERO|__GFP_REPEAT| in kvmppc_alloc_hpt()
Dbooke.c2117 kvmppc_booke_handlers = __get_free_pages(GFP_KERNEL | __GFP_ZERO, in kvmppc_booke_init()
/linux-4.4.14/drivers/net/ethernet/sgi/
Dioc3-eth.c935 ip->txr = (struct ioc3_etxd *)__get_free_pages(GFP_KERNEL, 2); in ioc3_alloc_rings()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_core.c1548 hash = (void *)__get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in nf_ct_alloc_hashtable()
/linux-4.4.14/net/sched/
Dsch_api.c632 __get_free_pages(GFP_KERNEL, get_order(size)); in qdisc_class_hash_alloc()
/linux-4.4.14/net/decnet/
Ddn_route.c1905 __get_free_pages(GFP_ATOMIC, order); in dn_route_init()
/linux-4.4.14/net/packet/
Daf_packet.c4013 buffer = (char *) __get_free_pages(gfp_flags, order); in alloc_one_pg_vec_page()
4024 buffer = (char *) __get_free_pages(gfp_flags, order); in alloc_one_pg_vec_page()
/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c766 cfg->afu = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_mem()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3389 ioc->scsi_lookup = (struct scsiio_tracker *)__get_free_pages( in _base_allocate_memory_pools()
3403 ioc->chain_lookup = (struct chain_tracker *)__get_free_pages( in _base_allocate_memory_pools()
/linux-4.4.14/fs/quota/
Ddquot.c2896 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_ATOMIC, order); in dquot_init()
/linux-4.4.14/net/core/
Dneighbour.c331 __get_free_pages(GFP_ATOMIC | __GFP_ZERO, in neigh_hash_alloc()
/linux-4.4.14/drivers/dma/
Dste_dma40.c3428 page_list[i] = __get_free_pages(GFP_KERNEL, in d40_lcla_allocate()
/linux-4.4.14/drivers/s390/block/
Ddasd.c99 device->ccw_mem = (void *) __get_free_pages(GFP_ATOMIC | GFP_DMA, 1); in dasd_alloc_device()
/linux-4.4.14/fs/ceph/
Dmds_client.c1680 rinfo->dir_in = (void*)__get_free_pages(GFP_KERNEL | in ceph_alloc_readdir_reply_buffer()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c6238 (char *) __get_free_pages(GFP_KERNEL, pagecnt); in lpfc_setup_bg()
6262 (char *) __get_free_pages(GFP_KERNEL, pagecnt); in lpfc_setup_bg()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c6312 wl->aggr_buf = (u8 *)__get_free_pages(GFP_KERNEL, order); in wlcore_alloc_hw()
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c9962 unsigned long page = __get_free_pages(flag, order); in niu_phys_alloc_coherent()