Home
last modified time | relevance | path

Searched refs:GFP_DMA (Results 1 – 200 of 206) sorted by relevance

12

/linux-4.4.14/arch/x86/include/asm/
Ddma-mapping.h98 dma_mask = (gfp & GFP_DMA) ? DMA_BIT_MASK(24) : DMA_BIT_MASK(32); in dma_alloc_coherent_mask()
108 gfp |= GFP_DMA; in dma_alloc_coherent_gfp_flags()
110 if (dma_mask <= DMA_BIT_MASK(32) && !(gfp & GFP_DMA)) in dma_alloc_coherent_gfp_flags()
/linux-4.4.14/arch/m68k/include/asm/
Dmcf_pgalloc.h17 unsigned long page = __get_free_page(GFP_DMA|__GFP_REPEAT); in pte_alloc_one_kernel()
54 struct page *page = alloc_pages(GFP_DMA|__GFP_REPEAT, 0); in pte_alloc_one()
96 new_pgd = (pgd_t *)__get_free_page(GFP_DMA | __GFP_NOWARN); in pgd_alloc()
/linux-4.4.14/drivers/s390/virtio/
Dvirtio_ccw.c335 GFP_DMA | GFP_KERNEL); in virtio_ccw_drop_indicator()
346 GFP_DMA | GFP_KERNEL); in virtio_ccw_drop_indicator()
480 ccw = kzalloc(sizeof(*ccw), GFP_DMA | GFP_KERNEL); in virtio_ccw_del_vqs()
512 GFP_DMA | GFP_KERNEL); in virtio_ccw_setup_vq()
595 thinint_area = kzalloc(sizeof(*thinint_area), GFP_DMA | GFP_KERNEL); in virtio_ccw_register_adapter_ind()
645 ccw = kzalloc(sizeof(*ccw), GFP_DMA | GFP_KERNEL); in virtio_ccw_find_vqs()
660 indicatorp = kmalloc(sizeof(&vcdev->indicators), GFP_DMA | GFP_KERNEL); in virtio_ccw_find_vqs()
707 ccw = kzalloc(sizeof(*ccw), GFP_DMA | GFP_KERNEL); in virtio_ccw_reset()
731 ccw = kzalloc(sizeof(*ccw), GFP_DMA | GFP_KERNEL); in virtio_ccw_get_features()
735 features = kzalloc(sizeof(*features), GFP_DMA | GFP_KERNEL); in virtio_ccw_get_features()
[all …]
/linux-4.4.14/drivers/s390/char/
Dsclp_cmd.c116 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_get_core_info()
151 sccb = kzalloc(sizeof(*sccb), GFP_KERNEL | GFP_DMA); in do_core_configure()
220 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage()
276 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage()
517 sccb = (void *) __get_free_page(GFP_KERNEL | GFP_DMA); in sclp_detect_standby_memory()
604 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_pci_configure()
664 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure()
739 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
Dvmur.c245 GFP_KERNEL | GFP_DMA); in alloc_chan_prog()
253 kbuf = kmalloc(reclen, GFP_KERNEL | GFP_DMA); in alloc_chan_prog()
527 buf = (char *) __get_free_page(GFP_KERNEL | GFP_DMA); in diag14_read()
603 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in verify_uri_device()
619 buf = (char *) __get_free_page(GFP_KERNEL | GFP_DMA); in verify_uri_device()
662 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in get_uri_file_reclen()
Dhmcdrv_ftp.c195 ftp.buf = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in hmcdrv_ftp_probe()
248 ftp.buf = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, order); in hmcdrv_ftp_cmd()
Dsclp_ctl.c65 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
Ddiag_ftp.c154 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
Dhmcdrv_cache.c220 (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, in hmcdrv_cache_startup()
Dcon3215.c663 info = kzalloc(sizeof(struct raw3215_info), GFP_KERNEL | GFP_DMA); in raw3215_alloc_info()
667 info->buffer = kzalloc(RAW3215_BUFFER_SIZE, GFP_KERNEL | GFP_DMA); in raw3215_alloc_info()
668 info->inbuf = kzalloc(RAW3215_INBUF_SIZE, GFP_KERNEL | GFP_DMA); in raw3215_alloc_info()
924 req = kzalloc(sizeof(struct raw3215_req), GFP_KERNEL | GFP_DMA); in con3215_init()
Dvmcp.c106 | __GFP_REPEAT | GFP_DMA, in vmcp_write()
Dsclp_async.c180 sccb = (struct sclp_async_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_async_init()
Dsclp_con.c330 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_console_init()
Dsclp_ftp.c93 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7()
Draw3270.c139 rq = kzalloc(sizeof(struct raw3270_request), GFP_KERNEL | GFP_DMA); in raw3270_request_alloc()
145 rq->buffer = kmalloc(size, GFP_KERNEL | GFP_DMA); in raw3270_request_alloc()
808 rp = kzalloc(sizeof(struct raw3270), GFP_KERNEL | GFP_DMA); in raw3270_setup_console()
855 rp = kzalloc(sizeof(struct raw3270), GFP_KERNEL | GFP_DMA); in raw3270_create_device()
Dcon3270.c608 condev = kzalloc(sizeof(struct con3270), GFP_KERNEL | GFP_DMA); in con3270_init()
629 cbuf = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in con3270_init()
Dtape_core.c535 device->modeset_byte = kmalloc(1, GFP_KERNEL | GFP_DMA); in tape_alloc_device()
738 GFP_ATOMIC | GFP_DMA); in tape_alloc_request()
747 request->cpdata = kzalloc(datasize, GFP_KERNEL | GFP_DMA); in tape_alloc_request()
Dsclp_cpi_sys.c87 sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in cpi_prepare_req()
Dmonwriter.c127 GFP_KERNEL | GFP_DMA); in monwrite_new_hdr()
Dtape_3590.c209 int_kekls = kmalloc(sizeof(*int_kekls), GFP_KERNEL|GFP_DMA); in tape_3592_kekl_query()
1529 data = kzalloc(sizeof(struct tape_3590_disc_data), GFP_KERNEL | GFP_DMA); in tape_3590_setup_device()
1535 rdc_data = kmalloc(sizeof(*rdc_data), GFP_KERNEL | GFP_DMA); in tape_3590_setup_device()
Dsclp_tty.c523 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_tty_init()
Dsclp_vt220.c710 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in __sclp_vt220_init()
Dtty3270.c694 __get_free_pages(GFP_KERNEL|GFP_DMA, 0); in tty3270_alloc_view()
/linux-4.4.14/drivers/s390/cio/
Dchsc_sch.c335 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start()
383 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set()
435 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync()
481 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path()
543 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu()
606 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu()
668 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info()
739 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()
799 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd()
839 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_dcal()
Dchsc.c864 css->cub_addr1 = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_secm()
865 css->cub_addr2 = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_secm()
1060 sei_page = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_init()
1061 chsc_page = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_init()
Dscm.c229 scm_info = (void *)__get_free_page(GFP_KERNEL | GFP_DMA); in scm_update_information()
Deadm_sch.c228 private = kzalloc(sizeof(*private), GFP_KERNEL | GFP_DMA); in eadm_subchannel_probe()
Ddevice.c747 GFP_KERNEL | GFP_DMA); in io_subchannel_allocate_dev()
1107 io_priv = kzalloc(sizeof(*io_priv), GFP_KERNEL | GFP_DMA); in io_subchannel_probe()
1638 io_priv = kzalloc(sizeof(*io_priv), GFP_KERNEL | GFP_DMA); in ccw_device_create_console()
Ddevice_pgid.c692 buffer = kzalloc(64, GFP_DMA | GFP_KERNEL); in ccw_device_stlck()
Dqdio_main.c1271 irq_ptr = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in qdio_allocate()
1290 irq_ptr->qdr = (struct qdr *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in qdio_allocate()
Dcss.c174 sch = kzalloc(sizeof(*sch), GFP_KERNEL | GFP_DMA); in css_alloc_subchannel()
Dcmf.c575 mem = (void*)__get_free_pages(GFP_KERNEL | GFP_DMA, in alloc_cmb()
/linux-4.4.14/arch/s390/include/asm/
Dkexec.h30 #define KEXEC_CONTROL_MEMORY_GFP GFP_DMA
Didals.h80 GFP_ATOMIC | GFP_DMA ); in set_normalized_cda()
125 GFP_DMA | GFP_KERNEL); in idal_buffer_alloc()
/linux-4.4.14/arch/s390/mm/
Dextmem.c105 char *name = kmalloc(8 * sizeof(char), GFP_KERNEL | GFP_DMA); in dcss_set_subcodes()
250 qin = kmalloc(sizeof(*qin), GFP_KERNEL | GFP_DMA); in query_segment_type()
251 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA); in query_segment_type()
279 qout_old = kzalloc(sizeof(*qout_old), GFP_KERNEL | GFP_DMA); in query_segment_type()
404 seg = kmalloc(sizeof(*seg), GFP_KERNEL | GFP_DMA); in __segment_load()
/linux-4.4.14/arch/cris/arch-v32/drivers/pci/
Ddma.c31 gfp |= GFP_DMA; in dma_alloc_coherent()
/linux-4.4.14/arch/x86/kernel/
Dpci-dma.c110 if (dma_mask < DMA_BIT_MASK(32) && !(flag & GFP_DMA)) { in dma_generic_alloc_coherent()
111 flag = (flag & ~GFP_DMA32) | GFP_DMA; in dma_generic_alloc_coherent()
Damd_gart_64.c486 if (force_iommu && !(flag & GFP_DMA)) { in gart_alloc_coherent()
/linux-4.4.14/block/
Dbounce.c77 return mempool_alloc_pages(gfp_mask | GFP_DMA, data); in mempool_alloc_pages_isa()
253 if (!(q->bounce_gfp & GFP_DMA)) { in blk_queue_bounce()
Dblk-settings.c212 q->bounce_gfp = GFP_NOIO | GFP_DMA; in blk_queue_bounce_limit()
/linux-4.4.14/sound/soc/codecs/
Dwm0010.c423 out = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_firmware_load()
430 img = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_firmware_load()
522 img = kzalloc(fw->size, GFP_KERNEL | GFP_DMA); in wm0010_stage2_load()
528 out = kzalloc(fw->size, GFP_KERNEL | GFP_DMA); in wm0010_stage2_load()
658 out = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
665 img_swap = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
Dsigmadsp-i2c.c23 buf = kzalloc(2 + len, GFP_KERNEL | GFP_DMA); in sigmadsp_write_i2c()
Dwm_adsp.c556 scratch = kmemdup(buf, ctl->len, GFP_KERNEL | GFP_DMA); in wm_coeff_write_control()
610 scratch = kmalloc(ctl->len, GFP_KERNEL | GFP_DMA); in wm_coeff_read_control()
1321 alg = kzalloc(len * 2, GFP_KERNEL | GFP_DMA); in wm_adsp_read_algs()
Darizona.c2378 data = kmemdup(ucontrol->value.bytes.data, len, GFP_KERNEL | GFP_DMA); in arizona_eq_coeff_put()
/linux-4.4.14/arch/mn10300/mm/
Ddma-alloc.c44 gfp |= GFP_DMA; in dma_alloc_coherent()
/linux-4.4.14/arch/ia64/kernel/
Dpci-swiotlb.c22 gfp |= GFP_DMA; in ia64_swiotlb_alloc_coherent()
/linux-4.4.14/arch/h8300/kernel/
Ddma.c23 gfp |= GFP_DMA; in dma_alloc()
/linux-4.4.14/drivers/iio/common/ssp_sensors/
Dssp_iio.c37 spd->buffer = kmalloc(indio_dev->scan_bytes, GFP_KERNEL | GFP_DMA); in ssp_common_buffer_postenable()
Dssp_spi.c100 GFP_KERNEL | GFP_DMA); in ssp_create_msg()
385 buffer = kmalloc(length, GFP_KERNEL | GFP_DMA); in ssp_irq_msg()
430 buffer = kzalloc(length, GFP_KERNEL | GFP_DMA); in ssp_irq_msg()
/linux-4.4.14/drivers/scsi/
Dsr_vendor.c121 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in sr_set_blocklength()
169 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in sr_cd_check()
Dch.c240 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in ch_read_element_status()
298 buffer = kzalloc(512, GFP_KERNEL | GFP_DMA); in ch_readconfig()
752 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in ch_ioctl()
Dps3rom.c372 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3rom_probe()
Dsr_ioctl.c37 #define SR_GFP_DMA(cd) (((cd)->device->host->unchecked_isa_dma) ? GFP_DMA : 0)
Dscsi.c427 const gfp_t gfp_mask = shost->unchecked_isa_dma ? GFP_DMA : GFP_KERNEL; in scsi_setup_command_freelist()
Dsr.c853 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in get_capabilities()
Daha1542.c403 cptr = kmalloc(sizeof(*cptr) * sg_count, GFP_KERNEL | GFP_DMA); in aha1542_queuecommand()
Du14-34f.c984 (sh[j]->unchecked_isa_dma ? GFP_DMA : 0) | GFP_ATOMIC))) { in port_detect()
Deata.c1347 gfp_t gfp_mask = (shost->unchecked_isa_dma ? GFP_DMA : 0) | GFP_ATOMIC; in port_detect()
Dinitio.c2888 if ((scb = kzalloc(i, GFP_DMA)) != NULL) in initio_probe_one()
Dsg.c1857 gfp_mask |= GFP_DMA; in sg_build_indirect()
Dpmcraid.c3303 page = alloc_pages(GFP_KERNEL|GFP_DMA|__GFP_ZERO, order); in pmcraid_alloc_sglist()
/linux-4.4.14/arch/s390/hypfs/
Dhypfs_diag0c.c57 GFP_KERNEL | GFP_DMA); in diag0c_store()
Dhypfs_sprp.c82 data = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in __hypfs_sprp_ioctl()
Dhypfs_diag.c528 diag224_cpu_names = kmalloc(PAGE_SIZE, GFP_KERNEL | GFP_DMA); in diag224_get_name_table()
/linux-4.4.14/drivers/media/common/siano/
Dsmscoreapi.c701 GFP_KERNEL | GFP_DMA); in smscore_register_device()
795 GFP_KERNEL | GFP_DMA); in smscore_init_ir()
936 msg = kmalloc(PAGE_SIZE, GFP_KERNEL | GFP_DMA); in smscore_load_firmware_family2()
1171 GFP_KERNEL | GFP_DMA); in smscore_load_firmware_from_file()
1258 GFP_KERNEL | GFP_DMA); in smscore_detect_mode()
1307 SMS_DMA_ALIGNMENT, GFP_KERNEL | GFP_DMA); in smscore_init_device()
1398 SMS_DMA_ALIGNMENT, GFP_KERNEL | GFP_DMA); in smscore_set_device_mode()
1974 GFP_KERNEL | GFP_DMA); in smscore_gpio_configure()
2046 GFP_KERNEL | GFP_DMA); in smscore_gpio_set_level()
2094 GFP_KERNEL | GFP_DMA); in smscore_gpio_get_level()
/linux-4.4.14/arch/s390/kernel/
Dcpcmd.c97 lowbuf = kmalloc(rlen, GFP_KERNEL | GFP_DMA); in cpcmd()
Dvdso.c105 page_table = get_zeroed_page(GFP_KERNEL | GFP_DMA); in vdso_alloc_per_cpu()
Dsysinfo.c387 query_buffer = kmalloc(1024, GFP_KERNEL | GFP_DMA); in service_level_vm_print()
Dkprobes.c46 return (void *)__get_free_page(GFP_KERNEL | GFP_DMA); in alloc_dmainsn_page()
Dsmp.c187 __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_cursor.c170 GFP_KERNEL | GFP_DMA); in sti_cursor_atomic_update()
256 GFP_KERNEL | GFP_DMA); in sti_cursor_create()
Dsti_gdp.c316 size, &dma_addr, GFP_KERNEL | GFP_DMA); in sti_gdp_init()
Dsti_hqvdp.c622 GFP_KERNEL | GFP_DMA); in sti_hqvdp_init()
/linux-4.4.14/include/linux/
Dslab.h452 if (!(flags & GFP_DMA)) { in kmalloc()
490 size <= KMALLOC_MAX_CACHE_SIZE && !(flags & GFP_DMA)) { in kmalloc_node()
Dgfp.h245 #define GFP_DMA __GFP_DMA macro
487 __get_free_pages((gfp_mask) | GFP_DMA, (order))
/linux-4.4.14/drivers/crypto/caam/
Dkey_gen.c53 desc = kmalloc(CAAM_CMD_SZ * 6 + CAAM_PTR_SZ * 2, GFP_KERNEL | GFP_DMA); in gen_split_key()
Dcaamhash.c454 desc = kmalloc(CAAM_CMD_SZ * 8 + CAAM_PTR_SZ * 2, GFP_KERNEL | GFP_DMA); in hash_digest_key()
538 GFP_DMA); in ahash_setkey()
815 sec4_sg_bytes, GFP_DMA | flags); in ahash_update_ctx()
925 GFP_DMA | flags); in ahash_final_ctx()
1011 GFP_DMA | flags); in ahash_finup_ctx()
1094 GFP_DMA | flags); in ahash_digest()
1166 edesc = kzalloc(sizeof(*edesc) + DESC_JOB_IO_LEN, GFP_DMA | flags); in ahash_final_no_ctx()
1245 sec4_sg_bytes, GFP_DMA | flags); in ahash_update_no_ctx()
1351 GFP_DMA | flags); in ahash_finup_no_ctx()
1441 sec4_sg_bytes, GFP_DMA | flags); in ahash_update_first()
Dcaamrng.c354 rng_ctx = kmalloc(sizeof(*rng_ctx), GFP_DMA); in caam_rng_init()
Dcaamalg.c2305 GFP_DMA | flags); in aead_edesc_alloc()
2606 GFP_DMA | flags); in ablkcipher_edesc_alloc()
2782 GFP_DMA | flags); in ablkcipher_giv_edesc_alloc()
/linux-4.4.14/drivers/net/ethernet/amd/
Dlance.c549 lp = kzalloc(sizeof(*lp), GFP_DMA | GFP_KERNEL); in lance_probe1()
556 GFP_DMA | GFP_KERNEL); in lance_probe1()
561 GFP_DMA | GFP_KERNEL); in lance_probe1()
874 skb = alloc_skb(PKT_BUF_SZ, GFP_DMA | gfp); in lance_init_ring()
879 rx_buff = kmalloc(PKT_BUF_SZ, GFP_DMA | gfp); in lance_init_ring()
Dni65.c613 ret = skb = alloc_skb(2+16+size,GFP_KERNEL|GFP_DMA); in ni65_alloc_mem()
623 ret = ptr = kmalloc(T_BUF_SIZE,GFP_KERNEL | GFP_DMA); in ni65_alloc_mem()
/linux-4.4.14/arch/alpha/kernel/
Dpci-noop.c117 gfp &= ~GFP_DMA; in alpha_noop_alloc_coherent()
Dpci_iommu.c442 gfp &= ~GFP_DMA; in alpha_pci_alloc_coherent()
459 if (alpha_mv.mv_pci_tbi || (gfp & GFP_DMA)) in alpha_pci_alloc_coherent()
463 gfp |= GFP_DMA; in alpha_pci_alloc_coherent()
/linux-4.4.14/drivers/net/wimax/i2400m/
Dusb-notif.c200 buf = kmalloc(I2400MU_MAX_NOTIFICATION_LEN, GFP_KERNEL | GFP_DMA); in i2400mu_notification_setup()
/linux-4.4.14/arch/nios2/mm/
Ddma-mapping.c36 gfp |= GFP_DMA; in dma_alloc_coherent()
/linux-4.4.14/arch/m68k/kernel/
Ddma.c83 gfp |= GFP_DMA; in dma_alloc_coherent()
/linux-4.4.14/arch/s390/appldata/
Dappldata_os.c182 appldata_os_data = kzalloc(max_size, GFP_KERNEL | GFP_DMA); in appldata_os_init()
/linux-4.4.14/drivers/s390/block/
Ddasd_alias.c130 lcu->uac = kzalloc(sizeof(*(lcu->uac)), GFP_KERNEL | GFP_DMA); in _allocate_lcu()
133 lcu->rsu_cqr = kzalloc(sizeof(*lcu->rsu_cqr), GFP_KERNEL | GFP_DMA); in _allocate_lcu()
137 GFP_KERNEL | GFP_DMA); in _allocate_lcu()
140 lcu->rsu_cqr->data = kzalloc(16, GFP_KERNEL | GFP_DMA); in _allocate_lcu()
Dscm_blk_cluster.c47 scmrq->cluster.buf[i] = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq_cluster()
Ddasd_fba.c136 private = kzalloc(sizeof(*private), GFP_KERNEL | GFP_DMA); in dasd_fba_check_characteristics()
330 GFP_DMA | __GFP_NOWARN); in dasd_fba_build_cp()
Ddasd_eckd.c946 rcd_buf = kzalloc(DASD_ECKD_RCD_DATA_SIZE, GFP_KERNEL | GFP_DMA); in dasd_eckd_read_conf_lpm()
1445 data = kmalloc(sizeof(*data), GFP_ATOMIC | GFP_DMA); in dasd_eckd_verify_path()
1718 private = kzalloc(sizeof(*private), GFP_KERNEL | GFP_DMA); in dasd_eckd_check_characteristics()
2727 GFP_DMA | __GFP_NOWARN); in dasd_eckd_build_cp_cmd_single()
4020 psf_data = kzalloc(usrparm.psf_data_len, GFP_KERNEL | GFP_DMA); in dasd_symm_io()
4021 rssd_result = kzalloc(usrparm.rssd_result_len, GFP_KERNEL | GFP_DMA); in dasd_symm_io()
5112 GFP_KERNEL | GFP_DMA); in dasd_eckd_init()
5116 GFP_KERNEL | GFP_DMA); in dasd_eckd_init()
Dscm_blk.c76 scmrq->aob = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq()
Ddasd.c99 device->ccw_mem = (void *) __get_free_pages(GFP_ATOMIC | GFP_DMA, 1); in dasd_alloc_device()
105 device->erp_mem = (void *) get_zeroed_page(GFP_ATOMIC | GFP_DMA); in dasd_alloc_device()
1176 GFP_ATOMIC | GFP_DMA); in dasd_kmalloc_request()
1184 cqr->data = kzalloc(datasize, GFP_ATOMIC | GFP_DMA); in dasd_kmalloc_request()
/linux-4.4.14/drivers/s390/net/
Dctcm_main.c384 ch->trans_skb = __dev_alloc_skb(ch->max_bufsize, GFP_ATOMIC | GFP_DMA); in ctcm_ch_alloc_buffer()
518 nskb = alloc_skb(skb->len, GFP_ATOMIC | GFP_DMA); in ctcm_transmit_skb()
619 sweep_skb = __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC|GFP_DMA); in ctcmpc_send_sweep_req()
727 nskb = __dev_alloc_skb(skb->len, GFP_ATOMIC | GFP_DMA); in ctcmpc_transmit_skb()
947 newskb = __dev_alloc_skb(len, gfp_type() | GFP_DMA); in ctcmpc_tx()
1382 ch->ccw = kzalloc(ccw_num * sizeof(struct ccw1), GFP_KERNEL | GFP_DMA); in add_channel()
Dsmsgiucv.c76 buffer = kmalloc(msg->length + 1, GFP_ATOMIC | GFP_DMA); in smsg_message_pending()
Dctcm_mpc.c648 sweep_skb = __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC | GFP_DMA); in ctcmpc_send_sweep_resp()
959 GFP_ATOMIC | GFP_DMA); in mpc_channel_action()
1291 __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC | GFP_DMA); in ctcmpc_init_mpc_group()
1312 __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC|GFP_DMA); in ctcmpc_init_mpc_group()
2103 qllcptr = kzalloc(new_len, gfp_type() | GFP_DMA); in mpc_send_qllc_discontact()
Dnetiucv.c1198 NETIUCV_HDRLEN, GFP_ATOMIC | GFP_DMA); in netiucv_transmit_skb()
1897 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1900 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
Dlcs.c124 kzalloc(LCS_IOBUFFERSIZE, GFP_DMA | GFP_KERNEL); in lcs_alloc_channel()
189 card = kzalloc(sizeof(struct lcs_card), GFP_KERNEL | GFP_DMA); in lcs_alloc_card()
Dqeth_core_main.c899 kzalloc(QETH_BUFSIZE, GFP_DMA|GFP_KERNEL); in qeth_setup_channel()
1499 card = kzalloc(sizeof(struct qeth_card), GFP_DMA|GFP_KERNEL); in qeth_alloc_card()
1693 rcd_buf = kzalloc(ciw->count, GFP_KERNEL | GFP_DMA); in qeth_read_conf_data()
/linux-4.4.14/drivers/uio/
Duio_pruss.c172 &(gdev->ddr_paddr), GFP_KERNEL | GFP_DMA); in pruss_probe()
/linux-4.4.14/arch/xtensa/kernel/
Dpci-dma.c155 flag |= GFP_DMA; in xtensa_dma_alloc()
/linux-4.4.14/arch/tile/kernel/
Dpci-dma.c57 gfp |= GFP_DMA; in tile_dma_alloc_coherent()
536 gfp |= GFP_DMA; in tile_swiotlb_alloc_coherent()
/linux-4.4.14/drivers/media/usb/gspca/
Dsq905c.c145 buffer = kmalloc(SQ905C_MAX_TRANSFER, GFP_KERNEL | GFP_DMA); in sq905c_dostream()
Dvicam.c190 buffer = kmalloc(frame_sz, GFP_KERNEL | GFP_DMA); in vicam_dostream()
Dsq905.c225 buffer = kmalloc(SQ905_MAX_TRANSFER, GFP_KERNEL | GFP_DMA); in sq905_dostream()
Djl2005bcd.c330 buffer = kmalloc(JL2005C_MAX_TRANSFER, GFP_KERNEL | GFP_DMA); in jl2005c_dostream()
/linux-4.4.14/drivers/net/ethernet/moxa/
Dmoxart_ether.c476 GFP_DMA | GFP_KERNEL); in moxart_mac_probe()
484 GFP_DMA | GFP_KERNEL); in moxart_mac_probe()
/linux-4.4.14/drivers/net/usb/
Dkalmia.c112 usb_buf = kmalloc(buflen, GFP_DMA | GFP_KERNEL); in kalmia_init_and_get_ethernet_addr()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dgp8psk.c134 buf = kmalloc(64, GFP_KERNEL | GFP_DMA); in gp8psk_load_bcm4500fw()
/linux-4.4.14/drivers/net/wireless/mwifiex/
D11n_aggr.c187 GFP_ATOMIC | GFP_DMA); in mwifiex_11n_aggregate_pkt()
Dsdio.c1123 GFP_KERNEL | GFP_DMA); in mwifiex_deaggr_sdio_pkt()
1370 GFP_DMA); in mwifiex_sdio_card_to_host_mp_aggr()
1412 skb = mwifiex_alloc_dma_align_buf(rx_len, GFP_KERNEL | GFP_DMA); in mwifiex_sdio_card_to_host_mp_aggr()
1517 skb = mwifiex_alloc_dma_align_buf(rx_len, GFP_KERNEL | GFP_DMA); in mwifiex_process_int_status()
Dpcie.c513 GFP_KERNEL | GFP_DMA); in mwifiex_init_rxq_ring()
1325 GFP_KERNEL | GFP_DMA); in mwifiex_pcie_process_recv_data()
/linux-4.4.14/arch/powerpc/mm/
Ddma-noncoherent.c196 gfp |= GFP_DMA; in __dma_alloc_coherent()
/linux-4.4.14/drivers/net/wan/
Dz85230.c882 c->rx_buf[0]=(void *)get_zeroed_page(GFP_KERNEL|GFP_DMA); in z8530_sync_dma_open()
887 c->tx_dma_buf[0]=(void *)get_zeroed_page(GFP_KERNEL|GFP_DMA); in z8530_sync_dma_open()
1072 c->tx_dma_buf[0]=(void *)get_zeroed_page(GFP_KERNEL|GFP_DMA); in z8530_sync_txdma_open()
Dcosa.c554 cosa->bouncebuf = kmalloc(COSA_MTU, GFP_KERNEL|GFP_DMA); in cosa_probe()
800 chan->rxdata = kmalloc(COSA_MTU, GFP_DMA|GFP_KERNEL); in cosa_read()
879 kbuf = kmalloc(count, GFP_KERNEL|GFP_DMA); in cosa_write()
/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-hw.c158 GFP_KERNEL | GFP_DMA, &attrs); in bdisp_hw_alloc_nodes()
219 base = dma_alloc_attrs(dev, size, &paddr, GFP_KERNEL | GFP_DMA, &attrs); in bdisp_hw_alloc_filters()
/linux-4.4.14/net/iucv/
Diucv.c355 param = kzalloc(sizeof(union iucv_param), GFP_KERNEL|GFP_DMA); in iucv_query_maxconn()
638 GFP_KERNEL|GFP_DMA, cpu_to_node(cpu)); in alloc_iucv_data()
644 GFP_KERNEL|GFP_DMA, cpu_to_node(cpu)); in alloc_iucv_data()
649 GFP_KERNEL|GFP_DMA, cpu_to_node(cpu)); in alloc_iucv_data()
Daf_iucv.c570 sk->sk_allocation = GFP_DMA; in iucv_sock_alloc()
1220 nskb = alloc_skb(size, GFP_ATOMIC | GFP_DMA); in iucv_fragment_skb()
1309 skb = alloc_skb(iucv_msg_length(&p->msg), GFP_ATOMIC | GFP_DMA); in iucv_process_message_q()
1804 skb = alloc_skb(iucv_msg_length(msg), GFP_ATOMIC | GFP_DMA); in iucv_callback_rx()
1812 save_msg = kzalloc(sizeof(struct sock_msg_q), GFP_ATOMIC | GFP_DMA); in iucv_callback_rx()
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h55 #define STI_LOWMEM (GFP_KERNEL | GFP_DMA)
Dgrvga.c449 virtual_start = (unsigned long) __get_free_pages(GFP_DMA, in grvga_probe()
Dda8xx-fb.c1431 GFP_KERNEL | GFP_DMA); in fb_probe()
1451 GFP_KERNEL | GFP_DMA); in fb_probe()
Dfsl-diu-fb.c878 p = alloc_pages_exact(smem_len, GFP_DMA | __GFP_ZERO); in map_video_memory()
1704 &dma_addr, GFP_DMA | __GFP_ZERO); in fsl_diu_probe()
Dmxsfb.c828 fb_virt = alloc_pages_exact(fb_size, GFP_DMA); in mxsfb_init_fbinfo()
Dmx3fb.c1341 &addr, GFP_DMA | GFP_KERNEL); in mx3fb_map_video_memory()
/linux-4.4.14/Documentation/scsi/
Ddpti.txt43 * management utilities running (removed GFP_DMA from kmalloc flags)
DChangeLog.ips40 4.71.00 - Change all memory allocations to not use GFP_DMA flag
DChangeLog.arcmsr115 ** that the current GFP_KERNEL|GFP_DMA flags are wrong: firstly we are in
/linux-4.4.14/arch/powerpc/kernel/
Ddma.c98 flag |= GFP_DMA; in __dma_direct_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/metag/kernel/
Ddma.c203 gfp |= GFP_DMA; in dma_alloc_coherent()
/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()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Ddma.c472 gfp_flags |= GFP_DMA; in setup_rx_descbuffer()
690 GFP_KERNEL | GFP_DMA); in b43legacy_setup_dmaring()
1067 bounce_skb = alloc_skb(skb->len, GFP_ATOMIC | GFP_DMA); in dma_tx_fragment()
/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc_dma.c318 host->bounce_buf = (u8 *)__get_free_page(GFP_KERNEL | GFP_DMA); in tmio_mmc_request_dma()
Dwbsd.c1389 GFP_NOIO | GFP_DMA | __GFP_REPEAT | __GFP_NOWARN); in wbsd_request_dma()
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c248 cmd = kmalloc(cmdlen * 4, GFP_DMA); in mb86290fb_imageblit()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dfwio.c154 buf = kmalloc(DOWNLOAD_BLOCK_SIZE, GFP_KERNEL | GFP_DMA); in cw1200_load_firmware_cw1200()
Dwsm.c1785 buf->begin = kmalloc(FWLOAD_BLOCK_SIZE, GFP_KERNEL | GFP_DMA); in wsm_buf_init()
1813 buf->begin = krealloc(buf->begin, size, GFP_KERNEL | GFP_DMA); in wsm_buf_reserve()
/linux-4.4.14/arch/mips/alchemy/common/
Ddbdma.c415 GFP_KERNEL|GFP_DMA); in au1xxx_dbdma_ring_alloc()
427 desc_base = (u32)kmalloc(i, GFP_KERNEL|GFP_DMA); in au1xxx_dbdma_ring_alloc()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c114 GFP_DMA); in ath10k_htt_tx_alloc()
127 GFP_DMA); in ath10k_htt_tx_alloc()
Dhtt_rx.c539 vaddr = dma_alloc_coherent(htt->ar->dev, size, &paddr, GFP_DMA); in ath10k_htt_rx_alloc()
548 &paddr, GFP_DMA); in ath10k_htt_rx_alloc()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-config.h1909 flags = GFP_ATOMIC | GFP_DMA; in vxge_os_dma_malloc()
1911 flags = GFP_KERNEL | GFP_DMA; in vxge_os_dma_malloc()
Dvxge-config.c2321 flags = GFP_ATOMIC | GFP_DMA; in vxge_os_dma_malloc_async()
2323 flags = GFP_KERNEL | GFP_DMA; in vxge_os_dma_malloc_async()
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c100 flags |= GFP_DMA; in __dma_alloc_coherent()
373 page = alloc_pages(GFP_DMA, pool_size_order); in atomic_pool_init()
/linux-4.4.14/drivers/tty/hvc/
Dhvc_iucv.c162 bufp->mbuf = kmalloc(bufp->msg.length, flags | GFP_DMA); in alloc_tty_buffer()
245 rb->mbuf = kmalloc(rb->msg.length, GFP_ATOMIC | GFP_DMA); in hvc_iucv_write()
/linux-4.4.14/Documentation/
DDMA-ISA-LPC.txt41 requirements you pass the flag GFP_DMA to kmalloc.
DDMA-API.txt56 the returned memory, like GFP_DMA).
216 the DMA address range of the allocation (e.g., on x86, GFP_DMA
Dparport-lowlevel.txt169 GFP_DMA flag with kmalloc) to the
/linux-4.4.14/drivers/net/wireless/b43/
Ddma.c621 gfp_flags |= GFP_DMA; in setup_rx_descbuffer()
935 GFP_KERNEL | GFP_DMA); in b43_setup_dmaring()
1312 GFP_ATOMIC | GFP_DMA); in dma_tx_fragment()
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c810 this->cmd_buffer = kzalloc(PAGE_SIZE, GFP_DMA | GFP_KERNEL); in gpmi_alloc_dma_buffer()
823 GFP_DMA | GFP_KERNEL); in gpmi_alloc_dma_buffer()
837 &this->page_buffer_phys, GFP_DMA); in gpmi_alloc_dma_buffer()
/linux-4.4.14/arch/parisc/kernel/
Dpci-dma.c437 gfp |= GFP_DMA; in pa11_dma_alloc_consistent()
/linux-4.4.14/drivers/xen/
Dswiotlb-xen.c64 dma_mask = (gfp & GFP_DMA) ? DMA_BIT_MASK(24) : DMA_BIT_MASK(32); in dma_alloc_coherent_mask()
/linux-4.4.14/drivers/scsi/snic/
Dsnic_disc.c103 buf = kzalloc(buf_len, GFP_KERNEL|GFP_DMA); in snic_queue_report_tgt_req()
/linux-4.4.14/drivers/spi/
Dspi-sh-msiof.c1095 p->tx_dma_page = (void *)__get_free_page(GFP_KERNEL | GFP_DMA); in sh_msiof_request_dma()
1099 p->rx_dma_page = (void *)__get_free_page(GFP_KERNEL | GFP_DMA); in sh_msiof_request_dma()
Dspi.c882 GFP_KERNEL | GFP_DMA); in spi_map_msg()
891 GFP_KERNEL | GFP_DMA); in spi_map_msg()
2552 GFP_KERNEL | GFP_DMA); in spi_write_then_read()
/linux-4.4.14/sound/soc/intel/common/
Dsst-firmware.c347 &sst_fw->dmable_fw_paddr, GFP_DMA | GFP_KERNEL); in sst_fw_new()
936 &context->dma_buffer, GFP_DMA | GFP_KERNEL); in sst_module_runtime_save()
/linux-4.4.14/drivers/block/
Dps3disk.c441 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3disk_probe()
/linux-4.4.14/drivers/tty/serial/
Dmxs-auart.c627 s->rx_dma_buf = kzalloc(UART_XMIT_SIZE, GFP_KERNEL | GFP_DMA); in mxs_auart_dma_init()
635 s->tx_dma_buf = kzalloc(UART_XMIT_SIZE, GFP_KERNEL | GFP_DMA); in mxs_auart_dma_init()
Dbfin_uart.c613 uart->rx_dma_buf.buf = (unsigned char *)dma_alloc_coherent(NULL, PAGE_SIZE, &dma_handle, GFP_DMA); in bfin_serial_startup()
/linux-4.4.14/sound/pci/emu10k1/
Dmemory.c480 p = alloc_page(GFP_ATOMIC | GFP_DMA | in synth_alloc_pages()
/linux-4.4.14/drivers/soc/ti/
Dknav_qmss_acc.c574 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
Dknav_qmss_queue.c996 region->virt_start = alloc_pages_exact(size, GFP_KERNEL | GFP_DMA | in knav_queue_setup_region()
/linux-4.4.14/drivers/isdn/hisax/
Dnetjet.c916 GFP_KERNEL | GFP_DMA))) { in inittiger()
937 GFP_KERNEL | GFP_DMA))) { in inittiger()
/linux-4.4.14/drivers/atm/
Dfore200e.c189 chunk->alloc_addr = kzalloc(chunk->alloc_size, GFP_KERNEL | GFP_DMA); in fore200e_chunk_alloc()
1616 data = kmalloc(tx_len, GFP_ATOMIC | GFP_DMA); in fore200e_send()
1752 fore200e->stats = kzalloc(sizeof(struct stats), GFP_KERNEL | GFP_DMA); in fore200e_getstats()
2054 struct prom_data* prom = kzalloc(sizeof(struct prom_data), GFP_KERNEL | GFP_DMA); in fore200e_get_esi()
Diphase.c1987 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
/linux-4.4.14/drivers/media/platform/
Darv.c754 ar->line_buff = kmalloc(MAX_AR_LINE_BYTES, GFP_KERNEL | GFP_DMA); in ar_init()
/linux-4.4.14/mm/
Dslab.c2260 cachep->allocflags |= GFP_DMA; in __kmem_cache_create()
2533 if (flags & GFP_DMA) in kmem_flagcheck()
2534 BUG_ON(!(cachep->allocflags & GFP_DMA)); in kmem_flagcheck()
2536 BUG_ON(cachep->allocflags & GFP_DMA); in kmem_flagcheck()
Dslab_common.c866 if (unlikely((flags & GFP_DMA))) in kmalloc_slab()
Dvmalloc.c1852 #define GFP_VMALLOC32 GFP_DMA | GFP_KERNEL
/linux-4.4.14/drivers/net/irda/
Dbfin_sir.c393 &dma_handle, GFP_DMA); in bfin_sir_startup()
Dsa1100_ir.c901 io->head = kmalloc(size, GFP_KERNEL | GFP_DMA); in sa1100_irda_init_iobuf()
Dau1k_ir.c230 int gfp = GFP_ATOMIC | GFP_DMA; in dma_alloc()
Dpxaficp_ir.c905 io->head = kmalloc(size, GFP_KERNEL | GFP_DMA); in pxa_irda_init_iobuf()
Dvlsi_ir.c420 rd->buf = kmalloc(len, GFP_KERNEL|GFP_DMA); in vlsi_alloc_ring()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c681 snd_dma_continuous_data(GFP_DMA), in sst_pcm_new()
/linux-4.4.14/sound/soc/
Dsoc-ops.c691 data = kmemdup(ucontrol->value.bytes.data, len, GFP_KERNEL | GFP_DMA); in snd_soc_bytes_put()
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispstat.c369 GFP_KERNEL | GFP_DMA); in isp_stat_bufs_alloc_one()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c354 gfp_t gfp = GFP_KERNEL | GFP_DMA; in atomic_pool_init()
637 gfp |= GFP_DMA; in __dma_alloc()
/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/can/spi/
Dmcp251x.c1115 GFP_DMA); in mcp251x_can_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Db44.c690 skb = alloc_skb(RX_PKT_BUF_SZ, GFP_ATOMIC | GFP_DMA); in b44_alloc_rx_skb()
1000 bounce_skb = alloc_skb(len, GFP_ATOMIC | GFP_DMA); in b44_start_xmit()
/linux-4.4.14/drivers/dma/
Dnbpfaxi.c662 struct nbpf_desc_page *dpage = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in nbpf_desc_page_alloc()
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.c1061 GFP_KERNEL | GFP_DMA); in kvm_s390_crypto_init()
1125 (struct kvm_s390_fac *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in kvm_arch_init_vm()
/linux-4.4.14/drivers/usb/gadget/udc/
Dlpc32xx_udc.c968 udc->dd_cache, (GFP_KERNEL | GFP_DMA), &dma); in udc_dd_alloc()
3208 (GFP_KERNEL | GFP_DMA)); in lpc32xx_udc_probe()
Dgr_udc.c2004 buf = devm_kzalloc(dev->dev, PAGE_SIZE, GFP_DMA | GFP_ATOMIC); in gr_ep_init()
/linux-4.4.14/drivers/mtd/nand/
Ddenali.c1446 GFP_DMA | GFP_KERNEL); in denali_init()
/linux-4.4.14/drivers/net/hamradio/
Ddmascc.c465 info = kzalloc(sizeof(struct scc_info), GFP_KERNEL | GFP_DMA); in setup_adapter()
/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/drivers/staging/fbtft/
Dfbtft-core.c832 txbuf = dmam_alloc_coherent(dev, txbuflen, &par->txbuf.dma, GFP_DMA); in fbtft_framebuffer_alloc()
/linux-4.4.14/drivers/net/ethernet/agere/
Det131x.c2095 rfd = kzalloc(sizeof(*rfd), GFP_ATOMIC | GFP_DMA); in et131x_init_recv()
2364 GFP_ATOMIC | GFP_DMA); in et131x_tx_dma_memory_alloc()
/linux-4.4.14/net/core/
Dskbuff.c419 (gfp_mask & (__GFP_DIRECT_RECLAIM | GFP_DMA))) { in __netdev_alloc_skb()
486 (gfp_mask & (__GFP_DIRECT_RECLAIM | GFP_DMA))) { in __napi_alloc_skb()
/linux-4.4.14/drivers/platform/x86/
Dasus-wmi.c339 input.pointer = kzalloc(args.length, GFP_DMA | GFP_KERNEL); in asus_wmi_evaluate_method_agfn()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dcmd.c188 events_vector = kmalloc(sizeof(*events_vector), GFP_KERNEL | GFP_DMA); in wlcore_cmd_wait_for_event_or_timeout()
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c3642 flags &= ~(GFP_DMA | GFP_DMA32); in intel_alloc_coherent()
3645 flags |= GFP_DMA; in intel_alloc_coherent()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c849 page = alloc_page(GFP_ATOMIC | GFP_DMA | __GFP_COLD); in netcp_allocate_rx_buf()
/linux-4.4.14/drivers/base/regmap/
Dregmap.c1303 GFP_KERNEL | GFP_DMA); in _regmap_raw_write()
/linux-4.4.14/drivers/mmc/card/
Dmmc_test.c348 gfp_t flags = GFP_KERNEL | GFP_DMA | __GFP_NOWARN | in mmc_test_alloc_mem()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c559 GFP_KERNEL | GFP_DMA); in rocker_dma_test_offset()
1076 buf = kzalloc(buf_size, GFP_KERNEL | GFP_DMA); in rocker_dma_ring_bufs_alloc()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c719 qh->dw_align_buf = kmalloc(buf_size, GFP_ATOMIC | GFP_DMA); in dwc2_hc_setup_align_buf()
/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.c2740 &ep->phys_buf, GFP_ATOMIC | GFP_DMA); in nbu2ss_ep_queue()
/linux-4.4.14/drivers/crypto/
Dtalitos.c1285 edesc = kmalloc(alloc_len, GFP_DMA | flags); in talitos_edesc_alloc()

12