/linux-4.4.14/arch/x86/include/asm/ |
D | dma-mapping.h | 98 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/ |
D | mcf_pgalloc.h | 17 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/ |
D | virtio_ccw.c | 335 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/ |
D | sclp_cmd.c | 116 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()
|
D | vmur.c | 245 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()
|
D | hmcdrv_ftp.c | 195 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()
|
D | sclp_ctl.c | 65 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
|
D | diag_ftp.c | 154 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in diag_ftp_cmd()
|
D | hmcdrv_cache.c | 220 (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, in hmcdrv_cache_startup()
|
D | con3215.c | 663 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()
|
D | vmcp.c | 106 | __GFP_REPEAT | GFP_DMA, in vmcp_write()
|
D | sclp_async.c | 180 sccb = (struct sclp_async_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_async_init()
|
D | sclp_con.c | 330 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_console_init()
|
D | sclp_ftp.c | 93 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ftp_et7()
|
D | raw3270.c | 139 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()
|
D | con3270.c | 608 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()
|
D | tape_core.c | 535 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()
|
D | sclp_cpi_sys.c | 87 sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in cpi_prepare_req()
|
D | monwriter.c | 127 GFP_KERNEL | GFP_DMA); in monwrite_new_hdr()
|
D | tape_3590.c | 209 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()
|
D | sclp_tty.c | 523 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_tty_init()
|
D | sclp_vt220.c | 710 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in __sclp_vt220_init()
|
D | tty3270.c | 694 __get_free_pages(GFP_KERNEL|GFP_DMA, 0); in tty3270_alloc_view()
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc_sch.c | 335 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()
|
D | chsc.c | 864 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()
|
D | scm.c | 229 scm_info = (void *)__get_free_page(GFP_KERNEL | GFP_DMA); in scm_update_information()
|
D | eadm_sch.c | 228 private = kzalloc(sizeof(*private), GFP_KERNEL | GFP_DMA); in eadm_subchannel_probe()
|
D | device.c | 747 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()
|
D | device_pgid.c | 692 buffer = kzalloc(64, GFP_DMA | GFP_KERNEL); in ccw_device_stlck()
|
D | qdio_main.c | 1271 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()
|
D | css.c | 174 sch = kzalloc(sizeof(*sch), GFP_KERNEL | GFP_DMA); in css_alloc_subchannel()
|
D | cmf.c | 575 mem = (void*)__get_free_pages(GFP_KERNEL | GFP_DMA, in alloc_cmb()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | kexec.h | 30 #define KEXEC_CONTROL_MEMORY_GFP GFP_DMA
|
D | idals.h | 80 GFP_ATOMIC | GFP_DMA ); in set_normalized_cda() 125 GFP_DMA | GFP_KERNEL); in idal_buffer_alloc()
|
/linux-4.4.14/arch/s390/mm/ |
D | extmem.c | 105 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/ |
D | dma.c | 31 gfp |= GFP_DMA; in dma_alloc_coherent()
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-dma.c | 110 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()
|
D | amd_gart_64.c | 486 if (force_iommu && !(flag & GFP_DMA)) { in gart_alloc_coherent()
|
/linux-4.4.14/block/ |
D | bounce.c | 77 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()
|
D | blk-settings.c | 212 q->bounce_gfp = GFP_NOIO | GFP_DMA; in blk_queue_bounce_limit()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm0010.c | 423 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()
|
D | sigmadsp-i2c.c | 23 buf = kzalloc(2 + len, GFP_KERNEL | GFP_DMA); in sigmadsp_write_i2c()
|
D | wm_adsp.c | 556 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()
|
D | arizona.c | 2378 data = kmemdup(ucontrol->value.bytes.data, len, GFP_KERNEL | GFP_DMA); in arizona_eq_coeff_put()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | dma-alloc.c | 44 gfp |= GFP_DMA; in dma_alloc_coherent()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | pci-swiotlb.c | 22 gfp |= GFP_DMA; in ia64_swiotlb_alloc_coherent()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | dma.c | 23 gfp |= GFP_DMA; in dma_alloc()
|
/linux-4.4.14/drivers/iio/common/ssp_sensors/ |
D | ssp_iio.c | 37 spd->buffer = kmalloc(indio_dev->scan_bytes, GFP_KERNEL | GFP_DMA); in ssp_common_buffer_postenable()
|
D | ssp_spi.c | 100 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/ |
D | sr_vendor.c | 121 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in sr_set_blocklength() 169 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in sr_cd_check()
|
D | ch.c | 240 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()
|
D | ps3rom.c | 372 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3rom_probe()
|
D | sr_ioctl.c | 37 #define SR_GFP_DMA(cd) (((cd)->device->host->unchecked_isa_dma) ? GFP_DMA : 0)
|
D | scsi.c | 427 const gfp_t gfp_mask = shost->unchecked_isa_dma ? GFP_DMA : GFP_KERNEL; in scsi_setup_command_freelist()
|
D | sr.c | 853 buffer = kmalloc(512, GFP_KERNEL | GFP_DMA); in get_capabilities()
|
D | aha1542.c | 403 cptr = kmalloc(sizeof(*cptr) * sg_count, GFP_KERNEL | GFP_DMA); in aha1542_queuecommand()
|
D | u14-34f.c | 984 (sh[j]->unchecked_isa_dma ? GFP_DMA : 0) | GFP_ATOMIC))) { in port_detect()
|
D | eata.c | 1347 gfp_t gfp_mask = (shost->unchecked_isa_dma ? GFP_DMA : 0) | GFP_ATOMIC; in port_detect()
|
D | initio.c | 2888 if ((scb = kzalloc(i, GFP_DMA)) != NULL) in initio_probe_one()
|
D | sg.c | 1857 gfp_mask |= GFP_DMA; in sg_build_indirect()
|
D | pmcraid.c | 3303 page = alloc_pages(GFP_KERNEL|GFP_DMA|__GFP_ZERO, order); in pmcraid_alloc_sglist()
|
/linux-4.4.14/arch/s390/hypfs/ |
D | hypfs_diag0c.c | 57 GFP_KERNEL | GFP_DMA); in diag0c_store()
|
D | hypfs_sprp.c | 82 data = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in __hypfs_sprp_ioctl()
|
D | hypfs_diag.c | 528 diag224_cpu_names = kmalloc(PAGE_SIZE, GFP_KERNEL | GFP_DMA); in diag224_get_name_table()
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smscoreapi.c | 701 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/ |
D | cpcmd.c | 97 lowbuf = kmalloc(rlen, GFP_KERNEL | GFP_DMA); in cpcmd()
|
D | vdso.c | 105 page_table = get_zeroed_page(GFP_KERNEL | GFP_DMA); in vdso_alloc_per_cpu()
|
D | sysinfo.c | 387 query_buffer = kmalloc(1024, GFP_KERNEL | GFP_DMA); in service_level_vm_print()
|
D | kprobes.c | 46 return (void *)__get_free_page(GFP_KERNEL | GFP_DMA); in alloc_dmainsn_page()
|
D | smp.c | 187 __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_cursor.c | 170 GFP_KERNEL | GFP_DMA); in sti_cursor_atomic_update() 256 GFP_KERNEL | GFP_DMA); in sti_cursor_create()
|
D | sti_gdp.c | 316 size, &dma_addr, GFP_KERNEL | GFP_DMA); in sti_gdp_init()
|
D | sti_hqvdp.c | 622 GFP_KERNEL | GFP_DMA); in sti_hqvdp_init()
|
/linux-4.4.14/include/linux/ |
D | slab.h | 452 if (!(flags & GFP_DMA)) { in kmalloc() 490 size <= KMALLOC_MAX_CACHE_SIZE && !(flags & GFP_DMA)) { in kmalloc_node()
|
D | gfp.h | 245 #define GFP_DMA __GFP_DMA macro 487 __get_free_pages((gfp_mask) | GFP_DMA, (order))
|
/linux-4.4.14/drivers/crypto/caam/ |
D | key_gen.c | 53 desc = kmalloc(CAAM_CMD_SZ * 6 + CAAM_PTR_SZ * 2, GFP_KERNEL | GFP_DMA); in gen_split_key()
|
D | caamhash.c | 454 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()
|
D | caamrng.c | 354 rng_ctx = kmalloc(sizeof(*rng_ctx), GFP_DMA); in caam_rng_init()
|
D | caamalg.c | 2305 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/ |
D | lance.c | 549 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()
|
D | ni65.c | 613 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/ |
D | pci-noop.c | 117 gfp &= ~GFP_DMA; in alpha_noop_alloc_coherent()
|
D | pci_iommu.c | 442 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/ |
D | usb-notif.c | 200 buf = kmalloc(I2400MU_MAX_NOTIFICATION_LEN, GFP_KERNEL | GFP_DMA); in i2400mu_notification_setup()
|
/linux-4.4.14/arch/nios2/mm/ |
D | dma-mapping.c | 36 gfp |= GFP_DMA; in dma_alloc_coherent()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | dma.c | 83 gfp |= GFP_DMA; in dma_alloc_coherent()
|
/linux-4.4.14/arch/s390/appldata/ |
D | appldata_os.c | 182 appldata_os_data = kzalloc(max_size, GFP_KERNEL | GFP_DMA); in appldata_os_init()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_alias.c | 130 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()
|
D | scm_blk_cluster.c | 47 scmrq->cluster.buf[i] = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq_cluster()
|
D | dasd_fba.c | 136 private = kzalloc(sizeof(*private), GFP_KERNEL | GFP_DMA); in dasd_fba_check_characteristics() 330 GFP_DMA | __GFP_NOWARN); in dasd_fba_build_cp()
|
D | dasd_eckd.c | 946 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()
|
D | scm_blk.c | 76 scmrq->aob = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq()
|
D | dasd.c | 99 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/ |
D | ctcm_main.c | 384 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()
|
D | smsgiucv.c | 76 buffer = kmalloc(msg->length + 1, GFP_ATOMIC | GFP_DMA); in smsg_message_pending()
|
D | ctcm_mpc.c | 648 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()
|
D | netiucv.c | 1198 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()
|
D | lcs.c | 124 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()
|
D | qeth_core_main.c | 899 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/ |
D | uio_pruss.c | 172 &(gdev->ddr_paddr), GFP_KERNEL | GFP_DMA); in pruss_probe()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | pci-dma.c | 155 flag |= GFP_DMA; in xtensa_dma_alloc()
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci-dma.c | 57 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/ |
D | sq905c.c | 145 buffer = kmalloc(SQ905C_MAX_TRANSFER, GFP_KERNEL | GFP_DMA); in sq905c_dostream()
|
D | vicam.c | 190 buffer = kmalloc(frame_sz, GFP_KERNEL | GFP_DMA); in vicam_dostream()
|
D | sq905.c | 225 buffer = kmalloc(SQ905_MAX_TRANSFER, GFP_KERNEL | GFP_DMA); in sq905_dostream()
|
D | jl2005bcd.c | 330 buffer = kmalloc(JL2005C_MAX_TRANSFER, GFP_KERNEL | GFP_DMA); in jl2005c_dostream()
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | moxart_ether.c | 476 GFP_DMA | GFP_KERNEL); in moxart_mac_probe() 484 GFP_DMA | GFP_KERNEL); in moxart_mac_probe()
|
/linux-4.4.14/drivers/net/usb/ |
D | kalmia.c | 112 usb_buf = kmalloc(buflen, GFP_DMA | GFP_KERNEL); in kalmia_init_and_get_ethernet_addr()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | gp8psk.c | 134 buf = kmalloc(64, GFP_KERNEL | GFP_DMA); in gp8psk_load_bcm4500fw()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | 11n_aggr.c | 187 GFP_ATOMIC | GFP_DMA); in mwifiex_11n_aggregate_pkt()
|
D | sdio.c | 1123 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()
|
D | pcie.c | 513 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/ |
D | dma-noncoherent.c | 196 gfp |= GFP_DMA; in __dma_alloc_coherent()
|
/linux-4.4.14/drivers/net/wan/ |
D | z85230.c | 882 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()
|
D | cosa.c | 554 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/ |
D | bdisp-hw.c | 158 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/ |
D | iucv.c | 355 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()
|
D | af_iucv.c | 570 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/ |
D | sticore.h | 55 #define STI_LOWMEM (GFP_KERNEL | GFP_DMA)
|
D | grvga.c | 449 virtual_start = (unsigned long) __get_free_pages(GFP_DMA, in grvga_probe()
|
D | da8xx-fb.c | 1431 GFP_KERNEL | GFP_DMA); in fb_probe() 1451 GFP_KERNEL | GFP_DMA); in fb_probe()
|
D | fsl-diu-fb.c | 878 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()
|
D | mxsfb.c | 828 fb_virt = alloc_pages_exact(fb_size, GFP_DMA); in mxsfb_init_fbinfo()
|
D | mx3fb.c | 1341 &addr, GFP_DMA | GFP_KERNEL); in mx3fb_map_video_memory()
|
/linux-4.4.14/Documentation/scsi/ |
D | dpti.txt | 43 * management utilities running (removed GFP_DMA from kmalloc flags)
|
D | ChangeLog.ips | 40 4.71.00 - Change all memory allocations to not use GFP_DMA flag
|
D | ChangeLog.arcmsr | 115 ** that the current GFP_KERNEL|GFP_DMA flags are wrong: firstly we are in
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | dma.c | 98 flag |= GFP_DMA; in __dma_direct_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/metag/kernel/ |
D | dma.c | 203 gfp |= GFP_DMA; in dma_alloc_coherent()
|
/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()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | dma.c | 472 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/ |
D | tmio_mmc_dma.c | 318 host->bounce_buf = (u8 *)__get_free_page(GFP_KERNEL | GFP_DMA); in tmio_mmc_request_dma()
|
D | wbsd.c | 1389 GFP_NOIO | GFP_DMA | __GFP_REPEAT | __GFP_NOWARN); in wbsd_request_dma()
|
/linux-4.4.14/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 248 cmd = kmalloc(cmdlen * 4, GFP_DMA); in mb86290fb_imageblit()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | fwio.c | 154 buf = kmalloc(DOWNLOAD_BLOCK_SIZE, GFP_KERNEL | GFP_DMA); in cw1200_load_firmware_cw1200()
|
D | wsm.c | 1785 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/ |
D | dbdma.c | 415 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/ |
D | htt_tx.c | 114 GFP_DMA); in ath10k_htt_tx_alloc() 127 GFP_DMA); in ath10k_htt_tx_alloc()
|
D | htt_rx.c | 539 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/ |
D | vxge-config.h | 1909 flags = GFP_ATOMIC | GFP_DMA; in vxge_os_dma_malloc() 1911 flags = GFP_KERNEL | GFP_DMA; in vxge_os_dma_malloc()
|
D | vxge-config.c | 2321 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/ |
D | dma-mapping.c | 100 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/ |
D | hvc_iucv.c | 162 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/ |
D | DMA-ISA-LPC.txt | 41 requirements you pass the flag GFP_DMA to kmalloc.
|
D | DMA-API.txt | 56 the returned memory, like GFP_DMA). 216 the DMA address range of the allocation (e.g., on x86, GFP_DMA
|
D | parport-lowlevel.txt | 169 GFP_DMA flag with kmalloc) to the
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | dma.c | 621 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/ |
D | gpmi-nand.c | 810 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/ |
D | pci-dma.c | 437 gfp |= GFP_DMA; in pa11_dma_alloc_consistent()
|
/linux-4.4.14/drivers/xen/ |
D | swiotlb-xen.c | 64 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/ |
D | snic_disc.c | 103 buf = kzalloc(buf_len, GFP_KERNEL|GFP_DMA); in snic_queue_report_tgt_req()
|
/linux-4.4.14/drivers/spi/ |
D | spi-sh-msiof.c | 1095 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()
|
D | spi.c | 882 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/ |
D | sst-firmware.c | 347 &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/ |
D | ps3disk.c | 441 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3disk_probe()
|
/linux-4.4.14/drivers/tty/serial/ |
D | mxs-auart.c | 627 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()
|
D | bfin_uart.c | 613 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/ |
D | memory.c | 480 p = alloc_page(GFP_ATOMIC | GFP_DMA | in synth_alloc_pages()
|
/linux-4.4.14/drivers/soc/ti/ |
D | knav_qmss_acc.c | 574 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA); in knav_init_acc_range()
|
D | knav_qmss_queue.c | 996 region->virt_start = alloc_pages_exact(size, GFP_KERNEL | GFP_DMA | in knav_queue_setup_region()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | netjet.c | 916 GFP_KERNEL | GFP_DMA))) { in inittiger() 937 GFP_KERNEL | GFP_DMA))) { in inittiger()
|
/linux-4.4.14/drivers/atm/ |
D | fore200e.c | 189 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()
|
D | iphase.c | 1987 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
|
/linux-4.4.14/drivers/media/platform/ |
D | arv.c | 754 ar->line_buff = kmalloc(MAX_AR_LINE_BYTES, GFP_KERNEL | GFP_DMA); in ar_init()
|
/linux-4.4.14/mm/ |
D | slab.c | 2260 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()
|
D | slab_common.c | 866 if (unlikely((flags & GFP_DMA))) in kmalloc_slab()
|
D | vmalloc.c | 1852 #define GFP_VMALLOC32 GFP_DMA | GFP_KERNEL
|
/linux-4.4.14/drivers/net/irda/ |
D | bfin_sir.c | 393 &dma_handle, GFP_DMA); in bfin_sir_startup()
|
D | sa1100_ir.c | 901 io->head = kmalloc(size, GFP_KERNEL | GFP_DMA); in sa1100_irda_init_iobuf()
|
D | au1k_ir.c | 230 int gfp = GFP_ATOMIC | GFP_DMA; in dma_alloc()
|
D | pxaficp_ir.c | 905 io->head = kmalloc(size, GFP_KERNEL | GFP_DMA); in pxa_irda_init_iobuf()
|
D | vlsi_ir.c | 420 rd->buf = kmalloc(len, GFP_KERNEL|GFP_DMA); in vlsi_alloc_ring()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 681 snd_dma_continuous_data(GFP_DMA), in sst_pcm_new()
|
/linux-4.4.14/sound/soc/ |
D | soc-ops.c | 691 data = kmemdup(ucontrol->value.bytes.data, len, GFP_KERNEL | GFP_DMA); in snd_soc_bytes_put()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispstat.c | 369 GFP_KERNEL | GFP_DMA); in isp_stat_bufs_alloc_one()
|
/linux-4.4.14/arch/arm/mm/ |
D | dma-mapping.c | 354 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/ |
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/can/spi/ |
D | mcp251x.c | 1115 GFP_DMA); in mcp251x_can_probe()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | b44.c | 690 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/ |
D | nbpfaxi.c | 662 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/ |
D | kvm-s390.c | 1061 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/ |
D | lpc32xx_udc.c | 968 udc->dd_cache, (GFP_KERNEL | GFP_DMA), &dma); in udc_dd_alloc() 3208 (GFP_KERNEL | GFP_DMA)); in lpc32xx_udc_probe()
|
D | gr_udc.c | 2004 buf = devm_kzalloc(dev->dev, PAGE_SIZE, GFP_DMA | GFP_ATOMIC); in gr_ep_init()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | denali.c | 1446 GFP_DMA | GFP_KERNEL); in denali_init()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | dmascc.c | 465 info = kzalloc(sizeof(struct scc_info), GFP_KERNEL | GFP_DMA); in setup_adapter()
|
/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/drivers/staging/fbtft/ |
D | fbtft-core.c | 832 txbuf = dmam_alloc_coherent(dev, txbuflen, &par->txbuf.dma, GFP_DMA); in fbtft_framebuffer_alloc()
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 2095 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/ |
D | skbuff.c | 419 (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/ |
D | asus-wmi.c | 339 input.pointer = kzalloc(args.length, GFP_DMA | GFP_KERNEL); in asus_wmi_evaluate_method_agfn()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 188 events_vector = kmalloc(sizeof(*events_vector), GFP_KERNEL | GFP_DMA); in wlcore_cmd_wait_for_event_or_timeout()
|
/linux-4.4.14/drivers/iommu/ |
D | intel-iommu.c | 3642 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/ |
D | netcp_core.c | 849 page = alloc_page(GFP_ATOMIC | GFP_DMA | __GFP_COLD); in netcp_allocate_rx_buf()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regmap.c | 1303 GFP_KERNEL | GFP_DMA); in _regmap_raw_write()
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 348 gfp_t flags = GFP_KERNEL | GFP_DMA | __GFP_NOWARN | in mmc_test_alloc_mem()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 559 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/ |
D | hcd.c | 719 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/ |
D | emxx_udc.c | 2740 &ep->phys_buf, GFP_ATOMIC | GFP_DMA); in nbu2ss_ep_queue()
|
/linux-4.4.14/drivers/crypto/ |
D | talitos.c | 1285 edesc = kmalloc(alloc_len, GFP_DMA | flags); in talitos_edesc_alloc()
|