Searched refs:GFP_DMA (Results 76 - 100 of 167) sorted by relevance

1234567

/linux-master/arch/mips/jazz/
H A Djazzdma.c71 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA,
/linux-master/sound/core/
H A Dmemalloc.c298 if (IS_ENABLED(CONFIG_ZONE_DMA) && !(gfp & GFP_DMA)) {
299 gfp = (gfp & ~GFP_DMA32) | GFP_DMA;
/linux-master/arch/mips/alchemy/common/
H A Ddbdma.c416 GFP_KERNEL|GFP_DMA);
428 desc_base = (u32)kmalloc(i, GFP_KERNEL|GFP_DMA);
/linux-master/sound/soc/codecs/
H A Dtas571x.c153 buf = kzalloc(send_size, GFP_KERNEL | GFP_DMA);
186 recv_buf = kzalloc(recv_size, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/s390/char/
H A Dsclp.c1264 sclp_read_sccb = (void *) __get_free_page(GFP_ATOMIC | GFP_DMA);
1265 sclp_init_sccb = (void *) __get_free_page(GFP_ATOMIC | GFP_DMA);
H A Dsclp_vt220.c698 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dvmlogrdr.c830 sys_ser[i].buffer = (char *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
/linux-master/drivers/usb/dwc2/
H A Dhcd_ddma.c72 qh->desc_list = kmem_cache_zalloc(desc_cache, flags | GFP_DMA);
120 hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA);
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c116 desc = dma_pool_alloc(sdma->desc_pool, GFP_DMA | GFP_KERNEL, &dma);
164 skb = alloc_skb(PRESTERA_SDMA_BUFF_SIZE_MAX, GFP_DMA | GFP_ATOMIC);
/linux-master/drivers/tty/hvc/
H A Dhvc_iucv.c145 * The internal data buffer is always allocated with GFP_DMA which is
162 bufp->mbuf = kmalloc(bufp->msg.length, flags | GFP_DMA);
245 rb->mbuf = kmalloc(rb->msg.length, GFP_ATOMIC | GFP_DMA);
/linux-master/net/iucv/
H A Daf_iucv.c631 sk->sk_allocation |= GFP_DMA;
657 sk->sk_allocation |= GFP_DMA;
1122 0, &err, GFP_ATOMIC | GFP_DMA);
1637 nsk->sk_allocation |= GFP_DMA;
1713 save_msg = kzalloc(sizeof(struct sock_msg_q), GFP_ATOMIC | GFP_DMA);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c608 gfp_flags |= GFP_DMA;
909 GFP_KERNEL | GFP_DMA);
1250 GFP_ATOMIC | GFP_DMA);
/linux-master/drivers/s390/cio/
H A Ddevice.c698 GFP_KERNEL | GFP_DMA);
1066 io_priv = kzalloc(sizeof(*io_priv), GFP_KERNEL | GFP_DMA);
1623 io_priv = kzalloc(sizeof(*io_priv), GFP_KERNEL | GFP_DMA);
H A Ddevice_pgid.c696 buffer = kzalloc(64, GFP_DMA | GFP_KERNEL);
/linux-master/drivers/s390/net/
H A Dnetiucv.c1152 NETIUCV_HDRLEN, GFP_ATOMIC | GFP_DMA);
1744 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA);
1747 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA);
H A Dctcm_mpc.c650 sweep_skb = __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC | GFP_DMA);
948 GFP_ATOMIC | GFP_DMA);
1279 __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC | GFP_DMA);
1299 __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC|GFP_DMA);
/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c505 outdata = kmalloc(byte_for_channel, GFP_DMA | GFP_KERNEL);
/linux-master/drivers/soc/ti/
H A Dknav_qmss_acc.c557 list_mem = alloc_pages_exact(mem_size, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/staging/media/imx/
H A Dimx-media-utils.c591 GFP_DMA | GFP_KERNEL);
/linux-master/drivers/block/
H A Dps3disk.c425 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);
/linux-master/drivers/s390/block/
H A Dscm_blk.c77 scmrq->aob = (void *) get_zeroed_page(GFP_DMA);
H A Ddasd_eckd.c909 rcd_buf = kzalloc(DASD_ECKD_RCD_DATA_SIZE, GFP_KERNEL | GFP_DMA);
1470 data = kzalloc(sizeof(*data), GFP_ATOMIC | GFP_DMA);
2072 private = kzalloc(sizeof(*private), GFP_KERNEL | GFP_DMA);
3494 fmt_buffer = kzalloc(fmt_buffer_size, GFP_KERNEL | GFP_DMA);
4067 GFP_DMA | __GFP_NOWARN);
5412 psf_data = kzalloc(usrparm.psf_data_len, GFP_KERNEL | GFP_DMA);
5413 rssd_result = kzalloc(usrparm.rssd_result_len, GFP_KERNEL | GFP_DMA);
5970 host_access = kzalloc(sizeof(*host_access), GFP_KERNEL | GFP_DMA);
6924 GFP_KERNEL | GFP_DMA);
6928 GFP_KERNEL | GFP_DMA);
[all...]
/linux-master/drivers/media/spi/
H A Dcxd2880-spi.c392 GFP_KERNEL | GFP_DMA);
/linux-master/drivers/video/fbdev/
H A Dda8xx-fb.c1425 GFP_KERNEL | GFP_DMA);
1445 GFP_KERNEL | GFP_DMA);
/linux-master/drivers/dma/
H A Ddmatest.c668 src->gfp_flags = GFP_DMA;
669 dst->gfp_flags = GFP_DMA;

Completed in 356 milliseconds

1234567