Searched refs:GFP_DMA (Results 1 - 25 of 168) sorted by relevance

1234567

/linux-master/arch/m68k/include/asm/
H A Dmcf_pgalloc.h17 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_ZERO) &
46 struct ptdesc *ptdesc = pagetable_alloc(GFP_DMA | __GFP_ZERO, 0);
82 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_NOWARN) &
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_mem.c59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA),
92 ptr = (u8 *)__get_free_pages((GFP_KERNEL | GFP_DMA),
/linux-master/drivers/s390/char/
H A Dsclp_ap.c30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_pci.c66 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
151 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_cmd.c97 sccb = (void *)__get_free_pages(GFP_KERNEL | GFP_DMA | __GFP_ZERO, get_order(length));
133 sccb = kzalloc(sizeof(*sccb), GFP_KERNEL | GFP_DMA);
200 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
255 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
485 sccb = (void *) __get_free_page(GFP_KERNEL | GFP_DMA);
561 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
635 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dhmcdrv_ftp.c196 ftp.buf = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
249 ftp.buf = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, order);
H A Dsclp_config.c100 sccb = (struct sclp_ofb_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_con.c284 page = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dhmcdrv_cache.c221 (void *) __get_free_pages(GFP_KERNEL | GFP_DMA,
H A Ddiag_ftp.c156 ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/include/asm/
H A Dkexec.h33 /* Allocate control page with GFP_DMA */
34 #define KEXEC_CONTROL_MEMORY_GFP (GFP_DMA | __GFP_NORETRY)
H A Didals.h97 idal = kcalloc(nridaws, sizeof(*idal), GFP_ATOMIC | GFP_DMA);
140 ib = kmalloc(struct_size(ib, data, nr_ptrs), GFP_DMA | GFP_KERNEL);
/linux-master/kernel/dma/
H A Dpool.c72 if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp & GFP_DMA))
155 GFP_KERNEL | GFP_DMA);
208 GFP_KERNEL | GFP_DMA);
229 if (atomic_pool_dma && (gfp & GFP_DMA))
H A Ddirect.c58 * Note that GFP_DMA32 and GFP_DMA are no ops without the corresponding
63 return GFP_DMA;
148 !(gfp & (GFP_DMA32 | GFP_DMA))) {
153 if (IS_ENABLED(CONFIG_ZONE_DMA) && !(gfp & GFP_DMA)) {
154 gfp = (gfp & ~GFP_DMA32) | GFP_DMA;
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c45 ctx->seed = kmalloc(slen, GFP_KERNEL | GFP_DMA);
83 d = kzalloc(todo, GFP_KERNEL | GFP_DMA);
H A Dsun8i-ce-trng.c41 d = kzalloc(todo, GFP_KERNEL | GFP_DMA);
/linux-master/sound/soc/codecs/
H A Dsigmadsp-i2c.c22 buf = kzalloc(2 + len, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_iio.c28 spd->buffer = kmalloc(indio_dev->scan_bytes, GFP_KERNEL | GFP_DMA);
H A Dssp_spi.c90 GFP_KERNEL | GFP_DMA);
378 buffer = kmalloc(length, GFP_KERNEL | GFP_DMA);
423 buffer = kzalloc(length, GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/hypfs/
H A Dhypfs_diag0c.c43 GFP_KERNEL | GFP_DMA);
/linux-master/drivers/s390/net/
H A Dsmsgiucv.c60 buffer = kmalloc(msg->length + 1, GFP_ATOMIC | GFP_DMA);
/linux-master/arch/s390/appldata/
H A Dappldata_os.c175 appldata_os_data = kzalloc(max_size, GFP_KERNEL | GFP_DMA);
/linux-master/arch/mips/n64/
H A Dinit.c122 orig = kzalloc(W * H * 2 + 63, GFP_DMA | GFP_KERNEL);
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_ops.c64 GFP_KERNEL | GFP_DMA);
69 GFP_KERNEL | GFP_DMA);
74 GFP_KERNEL | GFP_DMA);
79 GFP_KERNEL | GFP_DMA);

Completed in 260 milliseconds

1234567