/linux-4.4.14/arch/arc/include/asm/ |
D | pgalloc.h | 58 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/ |
D | pgalloc.h | 51 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/ |
D | pgalloc.h | 24 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/ |
D | pgalloc.h | 23 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()
|
D | agp.h | 16 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | agp.h | 14 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | agp.h | 22 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
D | tlb.h | 161 unsigned long addr = __get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in __tlb_alloc_page()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | agp.h | 12 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | agp.h | 13 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/linux-4.4.14/arch/x86/include/asm/ |
D | agp.h | 27 ((char *)__get_free_pages(GFP_KERNEL, (order)))
|
/linux-4.4.14/drivers/hv/ |
D | connection.c | 156 (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()
|
D | channel.c | 97 out = (void *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, in vmbus_open()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_hash.c | 25 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
|
/linux-4.4.14/arch/cris/arch-v32/drivers/pci/ |
D | dma.c | 33 ret = (void *)__get_free_pages(gfp, order); in dma_alloc_coherent()
|
/linux-4.4.14/include/linux/ |
D | gfp.h | 476 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/ |
D | pgtable.c | 58 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER); in pgd_alloc()
|
D | dma-mapping.c | 38 ret = (void *) __get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
|
/linux-4.4.14/arch/score/mm/ |
D | init.c | 48 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, 0); in setup_zero_page()
|
/linux-4.4.14/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()
|
D | page.h | 309 return __get_free_pages(__GFP_NOWARN, order); in xen_get_swiotlb_free_pages()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | dma-alloc.c | 46 addr = __get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | dma.c | 24 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc()
|
/linux-4.4.14/lib/ |
D | swiotlb.c | 263 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()
|
D | percpu_ida.c | 306 pool->freelist = (void *) __get_free_pages(GFP_KERNEL, order); in __percpu_ida_init()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgalloc.h | 45 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/ |
D | pgalloc.h | 33 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | pgd.c | 33 new_pgd = (pgd_t *)__get_free_pages(GFP_KERNEL, 0); in get_pgd_slow()
|
/linux-4.4.14/net/sctp/ |
D | ssnmap.c | 63 __get_free_pages(gfp, get_order(size)); in sctp_ssnmap_new()
|
D | protocol.c | 1436 __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/ |
D | dma-alloc.c | 95 page = __get_free_pages(gfp, order); in consistent_alloc()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pci-dma.c | 396 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/ |
D | solo6x10-p2m.c | 224 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/ |
D | amd_iommu_init.c | 507 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()
|
D | msm_iommu.c | 230 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()
|
D | exynos-iommu.c | 672 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/ |
D | tce_64.c | 114 bmppages = __get_free_pages(GFP_KERNEL, get_order(bitmapsz)); in tce_table_setparms()
|
D | amd_gart_64.c | 674 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()
|
D | pci-calgary_64.c | 449 ret = (void *)__get_free_pages(flag, order); in calgary_alloc_coherent()
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-rm-dma.c | 87 ret = (void *)__get_free_pages(GFP_ATOMIC, get_order(size)); in ccio_alloc_consistent()
|
D | sba_iommu.c | 879 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()
|
D | ccio-dma.c | 850 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/ |
D | suspend.c | 166 suspend_zero_pages = __get_free_pages(GFP_KERNEL, LC_ORDER); in suspend_pm_cb()
|
D | vdso.c | 104 segment_table = __get_free_pages(GFP_KERNEL, SEGMENT_ORDER); in vdso_alloc_per_cpu()
|
D | smp.c | 187 __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/ |
D | xor.c | 117 b1 = (void *) __get_free_pages(GFP_KERNEL | __GFP_NOTRACK, 2); in calibrate_xor_blocks()
|
/linux-4.4.14/arch/sh/mm/ |
D | consistent.c | 44 ret = (void *)__get_free_pages(gfp, order); in dma_generic_alloc_coherent()
|
/linux-4.4.14/include/linux/raid/ |
D | pq.h | 156 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgalloc.h | 67 ret = (pgd_t *)__get_free_pages(GFP_KERNEL, PGDIR_ORDER); in get_pgd_slow()
|
/linux-4.4.14/arch/arm/mm/ |
D | pgd.c | 26 #define __pgd_alloc() (pgd_t *)__get_free_pages(GFP_KERNEL | __GFP_REPEAT, 2)
|
/linux-4.4.14/arch/alpha/kernel/ |
D | pci-noop.c | 118 ret = (void *)__get_free_pages(gfp, get_order(size)); in alpha_noop_alloc_coherent()
|
D | pci_iommu.c | 445 cpu_addr = (void *)__get_free_pages(gfp, order); in alpha_pci_alloc_coherent()
|
/linux-4.4.14/arch/s390/mm/ |
D | init.c | 62 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in setup_zero_pages()
|
D | vmem.c | 33 return (void *)__get_free_pages(GFP_KERNEL, order); in vmem_alloc_pages()
|
/linux-4.4.14/drivers/s390/char/ |
D | hmcdrv_cache.c | 220 (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, in hmcdrv_cache_startup()
|
D | vmcp.c | 105 session->response = (char *)__get_free_pages(GFP_KERNEL in vmcp_write()
|
D | hmcdrv_ftp.c | 248 ftp.buf = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, order); in hmcdrv_ftp_cmd()
|
D | tty3270.c | 694 __get_free_pages(GFP_KERNEL|GFP_DMA, 0); in tty3270_alloc_view()
|
/linux-4.4.14/arch/microblaze/mm/ |
D | consistent.c | 82 vaddr = __get_free_pages(gfp, order); in consistent_alloc()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 135 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/ |
D | mm.c | 36 return __get_free_pages(flags, order); in xen_get_swiotlb_free_pages()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 141 (void *)__get_free_pages(GFP_KERNEL, in cnnic_alloc_aligned_dma()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | mmu_context.h | 176 unsigned long p = __get_free_pages(GFP_KERNEL, page_mask_order); in init_new_context()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | dma.c | 84 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc_coherent()
|
/linux-4.4.14/sound/core/ |
D | memalloc.c | 55 return (void *) __get_free_pages(gfp_flags, pg); in snd_malloc_pages()
|
/linux-4.4.14/lib/raid6/ |
D | algos.c | 221 syndromes = (void *) __get_free_pages(GFP_KERNEL, 1); in raid6_select_algo()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | idals.h | 136 __get_free_pages(GFP_KERNEL, page_order); in idal_buffer_alloc()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ioport.c | 281 va = __get_free_pages(gfp, order); in sbus_alloc_coherent() 447 va = (void *) __get_free_pages(gfp, order); in pci32_alloc_coherent()
|
D | irq_64.c | 1024 p = __get_free_pages(GFP_KERNEL, order); in alloc_one_queue() 1099 __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in irq_ivector_init()
|
D | pci_fire.c | 234 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_fire_msiq_alloc()
|
D | pci_sun4v.c | 756 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_sun4v_msiq_alloc()
|
D | ldc.c | 978 q = (void *) __get_free_pages(GFP_KERNEL, order); in alloc_queue() 1063 __get_free_pages(GFP_KERNEL, order); in ldc_iommu_init()
|
D | traps_64.c | 876 __get_free_pages(GFP_KERNEL, order); in cheetah_ecache_flush_init()
|
/linux-4.4.14/drivers/firmware/ |
D | dell_rbu.c | 164 __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/ |
D | tlb.h | 120 unsigned long addr = __get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in __tlb_alloc_page()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | pci-dma.c | 156 ret = (unsigned long)__get_free_pages(flag, get_order(size)); in xtensa_dma_alloc()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-842.c | 120 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/ |
D | file.c | 143 buffer->page = (char *)__get_free_pages(GFP_KERNEL, 0); in fill_write_buffer()
|
/linux-4.4.14/drivers/md/bcache/ |
D | bset.c | 320 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()
|
D | journal.c | 818 !(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()
|
D | super.c | 1449 ((void *) __get_free_pages(__GFP_ZERO|gfp, ilog2(bucket_pages(c))))
|
D | btree.c | 796 __get_free_pages(GFP_KERNEL, ilog2(bucket_pages(c))); in bch_btree_cache_alloc()
|
/linux-4.4.14/arch/m68k/sun3/ |
D | sun3dvma.c | 351 if((kaddr = __get_free_pages(GFP_ATOMIC, get_order(len))) == 0) in dvma_malloc_align()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_rma.h | 405 ret = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in scif_zalloc()
|
/linux-4.4.14/arch/um/kernel/ |
D | process.c | 70 page = __get_free_pages(flags, order); in alloc_stack()
|
/linux-4.4.14/arch/ia64/hp/common/ |
D | sba_iommu.c | 1152 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/ |
D | zcomp.c | 88 zstrm->buffer = (void *)__get_free_pages(GFP_NOIO | __GFP_ZERO, 1); in zcomp_strm_alloc()
|
/linux-4.4.14/arch/ia64/sn/pci/ |
D | pci_dma.c | 103 cpuaddr = (void *)__get_free_pages(flags, get_order(size)); in sn_dma_alloc_coherent()
|
/linux-4.4.14/arch/mips/jazz/ |
D | jazzdma.c | 70 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, in vdma_init()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable_32.c | 92 ret = (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, in pgd_alloc()
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_voutlib.c | 308 virt_addr = __get_free_pages(GFP_KERNEL, order); in omap_vout_alloc_buffer()
|
/linux-4.4.14/arch/x86/um/ |
D | ldt.c | 251 __get_free_pages(GFP_KERNEL|__GFP_ZERO, order); in ldt_get_host_info()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_clp.c | 51 return (void *) __get_free_pages(gfp_mask, get_order(CLP_BLK_SIZE)); in clp_alloc_block()
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usb_stream.c | 194 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/ |
D | iommu.c | 94 tmp = __get_free_pages(GFP_KERNEL, IOMMU_ORDER); in sbus_iommu_init()
|
/linux-4.4.14/arch/mips/mm/ |
D | dma-default.c | 122 ret = (void *) __get_free_pages(gfp, get_order(size)); in mips_dma_alloc_noncoherent()
|
D | init.c | 73 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in setup_zero_pages()
|
/linux-4.4.14/fs/hfs/ |
D | mdb.c | 169 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/ |
D | vmcore.c | 1030 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/ |
D | mic_virtio.c | 653 __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/ |
D | proto.c | 1151 __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/ |
D | debugfs.c | 232 buf = (char *)__get_free_pages(GFP_KERNEL, buforder); in b43legacy_debugfs_read()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | grvga.c | 449 virtual_start = (unsigned long) __get_free_pages(GFP_DMA, in grvga_probe()
|
D | ssd1307fb.c | 595 vmem = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in ssd1307fb_probe()
|
D | fb-puv3.c | 674 videomemory = (void *)__get_free_pages(GFP_KERNEL | __GFP_COMP, in unifb_probe()
|
/linux-4.4.14/drivers/char/agp/ |
D | hp-agp.c | 297 hp->io_pdir = (u64 *) __get_free_pages(GFP_KERNEL, in hp_zx1_create_gatt_table()
|
D | uninorth-agp.c | 393 table = (char *) __get_free_pages(GFP_KERNEL, page_order); in uninorth_create_gatt_table()
|
/linux-4.4.14/drivers/usb/core/ |
D | devices.c | 516 pages_start = (char *)__get_free_pages(GFP_NOIO, 1); in usb_device_dump()
|
/linux-4.4.14/arch/x86/mm/ |
D | init.c | 92 return (void *)__get_free_pages(GFP_ATOMIC | __GFP_NOTRACK | in alloc_low_pages()
|
/linux-4.4.14/drivers/crypto/ |
D | omap-des.c | 566 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()
|
D | omap-aes.c | 585 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()
|
D | atmel-aes.c | 655 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()
|
D | atmel-tdes.c | 350 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/ |
D | hypfs_diag.c | 399 diag204_buf = (void*)__get_free_pages(GFP_KERNEL,0); in diag204_alloc_rbuf()
|
/linux-4.4.14/drivers/pci/host/ |
D | pcie-xilinx.c | 356 port->msi_pages = __get_free_pages(GFP_KERNEL, 0); in xilinx_pcie_enable_msi()
|
D | pcie-designware.c | 209 pp->msi_data = __get_free_pages(GFP_KERNEL, 0); in dw_pcie_msi_init()
|
D | pcie-rcar.c | 739 msi->pages = __get_free_pages(GFP_KERNEL, 0); in rcar_pcie_enable_msi()
|
D | pci-tegra.c | 1299 msi->pages = __get_free_pages(GFP_KERNEL, 0); in tegra_pcie_enable_msi()
|
/linux-4.4.14/drivers/net/ |
D | rionet.c | 470 nets[mport->id].active = (struct rio_dev **)__get_free_pages(GFP_KERNEL, in rionet_setup_netdev()
|
/linux-4.4.14/drivers/misc/mic/card/ |
D | mic_virtio.c | 282 used = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in mic_find_vq()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 671 isolated_loader = (char *)__get_free_pages(GFP_KERNEL, get_order(size)); in spufs_init_isolated_loader()
|
/linux-4.4.14/drivers/sh/maple/ |
D | maple.c | 742 (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in maple_get_dma_buffer()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 528 virt_addr = __get_free_pages(flag, get_order(size)); in ps3_alloc_coherent()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 1126 (void *) __get_free_pages(GFP_ATOMIC, SYM_MEM_PAGE_ORDER)
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_events.c | 140 backing_store = (void *) __get_free_pages(GFP_KERNEL | __GFP_ZERO, in allocate_signal_page()
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi.c | 690 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1); in realloc_pages()
|
/linux-4.4.14/drivers/base/ |
D | devres.c | 952 addr = __get_free_pages(gfp_mask, order); in devm_get_free_pages()
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 1665 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/ |
D | native.c | 199 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->spa_order))) { in cxl_alloc_spa()
|
/linux-4.4.14/arch/um/drivers/ |
D | net_kern.c | 883 ret = (void *) __get_free_pages(GFP_KERNEL, 0); in get_output_buffer()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | debugfs.c | 535 buf = (char *)__get_free_pages(GFP_KERNEL, buforder); in b43_debugfs_read()
|
/linux-4.4.14/drivers/block/ |
D | ps3vram.c | 647 priv->xdr_buf = (void *)__get_free_pages(GFP_KERNEL, in ps3vram_probe()
|
D | xen-blkfront.c | 1421 sring = (struct blkif_sring *)__get_free_pages(GFP_NOIO | __GFP_HIGH, in setup_blkring()
|
/linux-4.4.14/fs/jbd2/ |
D | journal.c | 2311 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/ |
D | ioctl.c | 87 buf = (void *)__get_free_pages(GFP_NOFS, 0); in nilfs_ioctl_wrap_copy()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | dm644x_ccdc.c | 272 (unsigned int *)__get_free_pages(GFP_KERNEL | GFP_DMA, in ccdc_update_raw_params()
|
/linux-4.4.14/drivers/net/irda/ |
D | au1k_ir.c | 232 ret = (void *)__get_free_pages(gfp, get_order(size)); in dma_alloc()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | fadump.c | 554 vaddr = (void *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, order); in fadump_cpu_notes_buf_alloc()
|
/linux-4.4.14/mm/ |
D | page_alloc.c | 3280 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()
|
D | memory.c | 197 batch = (void *)__get_free_pages(GFP_NOWAIT | __GFP_NOWARN, 0); in tlb_next_batch()
|
D | slub.c | 4210 l = (void *)__get_free_pages(flags, order); in alloc_loc_track()
|
/linux-4.4.14/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 104 __get_free_pages(flags, --max_order); in vmlfb_alloc_vram_area()
|
/linux-4.4.14/drivers/s390/cio/ |
D | cmf.c | 575 mem = (void*)__get_free_pages(GFP_KERNEL | GFP_DMA, in alloc_cmb()
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 267 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/ |
D | trace_events.c | 1646 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()
|
D | ftrace.c | 2927 pg->records = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in ftrace_allocate_records()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-gic-v3-its.c | 881 base = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in its_alloc_tables()
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 1189 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()
|
D | megaraid_sas_base.c | 5385 instance->ctrl_context = (void *)__get_free_pages(GFP_KERNEL, in megasas_probe_one()
|
/linux-4.4.14/drivers/scsi/ |
D | vmw_pvscsi.c | 1254 ctx->sgl = (void *)__get_free_pages(GFP_KERNEL, in pvscsi_allocate_sg()
|
D | libiscsi.c | 2915 data = (char *) __get_free_pages(GFP_KERNEL, in iscsi_conn_setup()
|
D | ncr53c8xx.c | 361 m_addr_t m = __get_free_pages(MEMO_GFP_FLAGS, MEMO_PAGE_ORDER); in ___mp0_getp()
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | 82596.c | 1183 dev->mem_start = (int)__get_free_pages(GFP_ATOMIC, 0); in i82596_probe()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | mca.c | 1861 data = (void *)__get_free_pages(GFP_KERNEL, in ia64_mca_cpu_init()
|
/linux-4.4.14/sound/oss/ |
D | dmabuf.c | 94 start_addr = (char *) __get_free_pages(GFP_ATOMIC|GFP_DMA|__GFP_NOWARN, sz); in sound_alloc_dmap()
|
/linux-4.4.14/net/ipv4/ |
D | fib_semantics.c | 844 __get_free_pages(GFP_KERNEL | __GFP_ZERO, in fib_info_hash_alloc()
|
/linux-4.4.14/drivers/md/ |
D | dm-bufio.c | 383 return (void *)__get_free_pages(gfp_mask, in alloc_buffer_data()
|
/linux-4.4.14/Documentation/ |
D | DMA-API-HOWTO.txt | 395 __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().
|
D | DMA-API.txt | 87 not __get_free_pages(). Also, they understand common hardware constraints
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 343 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/ |
D | book3s_64_mmu_hv.c | 75 hpt = __get_free_pages(GFP_KERNEL|__GFP_ZERO|__GFP_REPEAT| in kvmppc_alloc_hpt()
|
D | booke.c | 2117 kvmppc_booke_handlers = __get_free_pages(GFP_KERNEL | __GFP_ZERO, in kvmppc_booke_init()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 935 ip->txr = (struct ioc3_etxd *)__get_free_pages(GFP_KERNEL, 2); in ioc3_alloc_rings()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_core.c | 1548 hash = (void *)__get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in nf_ct_alloc_hashtable()
|
/linux-4.4.14/net/sched/ |
D | sch_api.c | 632 __get_free_pages(GFP_KERNEL, get_order(size)); in qdisc_class_hash_alloc()
|
/linux-4.4.14/net/decnet/ |
D | dn_route.c | 1905 __get_free_pages(GFP_ATOMIC, order); in dn_route_init()
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 4013 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/ |
D | main.c | 766 cfg->afu = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in alloc_mem()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 3389 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/ |
D | dquot.c | 2896 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_ATOMIC, order); in dquot_init()
|
/linux-4.4.14/net/core/ |
D | neighbour.c | 331 __get_free_pages(GFP_ATOMIC | __GFP_ZERO, in neigh_hash_alloc()
|
/linux-4.4.14/drivers/dma/ |
D | ste_dma40.c | 3428 page_list[i] = __get_free_pages(GFP_KERNEL, in d40_lcla_allocate()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd.c | 99 device->ccw_mem = (void *) __get_free_pages(GFP_ATOMIC | GFP_DMA, 1); in dasd_alloc_device()
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.c | 1680 rinfo->dir_in = (void*)__get_free_pages(GFP_KERNEL | in ceph_alloc_readdir_reply_buffer()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 6238 (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/ |
D | main.c | 6312 wl->aggr_buf = (u8 *)__get_free_pages(GFP_KERNEL, order); in wlcore_alloc_hw()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 9962 unsigned long page = __get_free_pages(flag, order); in niu_phys_alloc_coherent()
|