Searched refs:GFP_DMA (Results 26 - 50 of 167) sorted by relevance

1234567

/linux-master/include/linux/
H A Dgfp_types.h345 * %GFP_DMA exists for historical reasons and should be avoided where possible.
352 * %GFP_DMA32 is similar to %GFP_DMA except that the caller requires a 32-bit
380 #define GFP_DMA __GFP_DMA macro
/linux-master/drivers/mtd/devices/
H A Dmchp48l640.c175 cmd = kmalloc((3 + len), GFP_KERNEL | GFP_DMA);
243 cmd = kmalloc((3 + len), GFP_KERNEL | GFP_DMA);
/linux-master/sound/soc/codecs/
H A Dwm0010.c416 out = kzalloc(len, GFP_KERNEL | GFP_DMA);
423 img = kzalloc(len, GFP_KERNEL | GFP_DMA);
515 img = kmemdup(&fw->data[0], fw->size, GFP_KERNEL | GFP_DMA);
521 out = kzalloc(fw->size, GFP_KERNEL | GFP_DMA);
649 out = kzalloc(len, GFP_KERNEL | GFP_DMA);
653 img_swap = kzalloc(len, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/s390/char/
H A Dvmur.c229 GFP_KERNEL | GFP_DMA);
237 kbuf = kmalloc(reclen, GFP_KERNEL | GFP_DMA);
533 buf = (char *) __get_free_page(GFP_KERNEL | GFP_DMA);
609 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA);
625 buf = (char *) __get_free_page(GFP_KERNEL | GFP_DMA);
668 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA);
H A Dsclp_sdias.c262 sclp_sdias_sccb = (void *) __get_free_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_ftp.c97 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dcon3215.c672 info = kzalloc(sizeof(struct raw3215_info), GFP_KERNEL | GFP_DMA);
676 info->buffer = kzalloc(RAW3215_BUFFER_SIZE, GFP_KERNEL | GFP_DMA);
677 info->inbuf = kzalloc(RAW3215_INBUF_SIZE, GFP_KERNEL | GFP_DMA);
919 req = kzalloc(sizeof(struct raw3215_req), GFP_KERNEL | GFP_DMA);
H A Dsclp_cpi_sys.c88 sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/mm/
H A Dextmem.c172 qin = kmalloc(sizeof(*qin), GFP_KERNEL | GFP_DMA);
173 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA);
303 seg = kmalloc(sizeof(*seg), GFP_KERNEL | GFP_DMA);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_cursor.c239 GFP_KERNEL | GFP_DMA);
379 GFP_KERNEL | GFP_DMA);
/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c122 bkeyiv = kzalloc(48, GFP_KERNEL | GFP_DMA);
366 op->key = kmemdup(key, keylen, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/misc/
H A Dgehc-achc.c228 command = kmalloc(4, GFP_KERNEL | GFP_DMA);
258 buffer = kmalloc(payload_size + 5, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_desc.c133 GFP_KERNEL | GFP_DMA);
/linux-master/arch/x86/pci/
H A Dsta2x11-fixup.c61 if (swiotlb_init_late(size, GFP_DMA, NULL))
/linux-master/drivers/s390/block/
H A Ddasd_alias.c123 lcu->uac = kzalloc(sizeof(*(lcu->uac)), GFP_KERNEL | GFP_DMA);
126 lcu->rsu_cqr = kzalloc(sizeof(*lcu->rsu_cqr), GFP_KERNEL | GFP_DMA);
130 GFP_KERNEL | GFP_DMA);
133 lcu->rsu_cqr->data = kzalloc(16, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/media/mmc/siano/
H A Dsmssdio.c277 ret = smscore_register_device(&params, &smsdev->coredev, GFP_DMA, NULL);
/linux-master/include/trace/events/
H A Dmmflags.h30 gfpflag_string(GFP_DMA), \
/linux-master/drivers/net/ethernet/amd/
H A Dlance.c553 lp = kzalloc(sizeof(*lp), GFP_DMA | GFP_KERNEL);
560 GFP_DMA | GFP_KERNEL);
565 GFP_DMA | GFP_KERNEL);
878 skb = alloc_skb(PKT_BUF_SZ, GFP_DMA | gfp);
883 rx_buff = kmalloc(PKT_BUF_SZ, GFP_DMA | gfp);
/linux-master/drivers/s390/net/
H A Dctcm_main.c385 ch->trans_skb = __dev_alloc_skb(ch->max_bufsize, GFP_ATOMIC | GFP_DMA);
519 nskb = alloc_skb(skb->len, GFP_ATOMIC | GFP_DMA);
619 sweep_skb = __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, GFP_ATOMIC|GFP_DMA);
703 nskb = __dev_alloc_skb(skb->len, GFP_ATOMIC | GFP_DMA);
899 newskb = __dev_alloc_skb(len, GFP_ATOMIC | GFP_DMA);
1331 ch->ccw = kcalloc(ccw_num, sizeof(struct ccw1), GFP_KERNEL | GFP_DMA);
/linux-master/drivers/net/ethernet/moxa/
H A Dmoxart_ether.c500 GFP_DMA | GFP_KERNEL);
508 GFP_DMA | GFP_KERNEL);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c480 op->key = kmemdup(key, keylen, GFP_KERNEL | GFP_DMA);
502 op->key = kmemdup(key, keylen, GFP_KERNEL | GFP_DMA);
H A Dsun8i-ce-hash.c365 buf = kcalloc(2, bs, GFP_KERNEL | GFP_DMA);
372 result = kzalloc(digestsize, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_cp.c326 chain->ch_ccw = kcalloc(len, sizeof(*chain->ch_ccw), GFP_DMA | GFP_KERNEL);
518 idaws = kcalloc(idaw_nr, sizeof(*idaws), GFP_DMA | GFP_KERNEL);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dfwio.c151 buf = kmalloc(DOWNLOAD_BLOCK_SIZE, GFP_KERNEL | GFP_DMA);
/linux-master/sound/mips/
H A Dsnd-n64.c307 GFP_DMA|GFP_KERNEL);

Completed in 244 milliseconds

1234567