Home
last modified time | relevance | path

Searched refs:GFP_DMA (Results 1 – 25 of 203) sorted by relevance

123456789

/linux-6.1.9/arch/m68k/include/asm/
Dmcf_pgalloc.h17 unsigned long page = __get_free_page(GFP_DMA); in pte_alloc_one_kernel()
46 struct page *page = alloc_pages(GFP_DMA, 0); in pte_alloc_one()
85 new_pgd = (pgd_t *)__get_free_page(GFP_DMA | __GFP_NOWARN); in pgd_alloc()
/linux-6.1.9/drivers/crypto/cavium/zip/
Dzip_mem.c59 zip->iq[q].sw_head = (u64 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_cmd_qbuf_alloc()
92 ptr = (u8 *)__get_free_pages((GFP_KERNEL | GFP_DMA), in zip_data_buf_alloc()
/linux-6.1.9/drivers/s390/char/
Dsclp_cmd.c95 sccb = (void *)__get_free_pages(GFP_KERNEL | GFP_DMA | __GFP_ZERO, get_order(length)); in _sclp_get_core_info()
131 sccb = kzalloc(sizeof(*sccb), GFP_KERNEL | GFP_DMA); in do_core_configure()
198 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_assign_storage()
253 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_attach_storage()
464 sccb = (void *) __get_free_page(GFP_KERNEL | GFP_DMA); in sclp_detect_standby_memory()
540 sccb = (struct chp_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_chp_configure()
614 sccb = (struct chp_info_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_chp_read_info()
Dsclp_pci.c66 sccb = (struct pci_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_pci_configure()
151 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_pci_report()
Dvmur.c227 GFP_KERNEL | GFP_DMA); in alloc_chan_prog()
235 kbuf = kmalloc(reclen, GFP_KERNEL | GFP_DMA); in alloc_chan_prog()
531 buf = (char *) __get_free_page(GFP_KERNEL | GFP_DMA); in diag14_read()
607 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in verify_uri_device()
623 buf = (char *) __get_free_page(GFP_KERNEL | GFP_DMA); in verify_uri_device()
666 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in get_uri_file_reclen()
Dhmcdrv_ftp.c196 ftp.buf = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in hmcdrv_ftp_probe()
249 ftp.buf = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, order); in hmcdrv_ftp_cmd()
Dsclp_ap.c30 sccb = (struct ap_cfg_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in do_ap_configure()
Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in sclp_ctl_ioctl_sccb()
/linux-6.1.9/kernel/dma/
Dpool.c72 if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp & GFP_DMA)) in cma_in_zone()
155 GFP_KERNEL | GFP_DMA); in atomic_pool_work_fn()
208 GFP_KERNEL | GFP_DMA); in dma_atomic_pool_init()
229 if (atomic_pool_dma && (gfp & GFP_DMA)) in dma_guess_pool()
Ddirect.c62 return GFP_DMA; in dma_direct_optimal_gfp_mask()
148 !(gfp & (GFP_DMA32 | GFP_DMA))) { in __dma_direct_alloc_pages()
153 if (IS_ENABLED(CONFIG_ZONE_DMA) && !(gfp & GFP_DMA)) { in __dma_direct_alloc_pages()
154 gfp = (gfp & ~GFP_DMA32) | GFP_DMA; in __dma_direct_alloc_pages()
/linux-6.1.9/drivers/s390/cio/
Dchsc_sch.c295 chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_start()
343 on_close_chsc_area = (void *)get_zeroed_page(GFP_DMA | GFP_KERNEL); in chsc_ioctl_on_close_set()
395 chsc_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_start_sync()
441 scpcd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_channel_path()
503 scucd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_cu()
566 sscud_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_info_sch_cu()
628 sci_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_info()
699 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()
759 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd()
799 sdcal_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_dcal()
Dvfio_ccw_drv.c151 GFP_KERNEL | GFP_DMA); in vfio_ccw_alloc_private()
156 GFP_KERNEL | GFP_DMA); in vfio_ccw_alloc_private()
161 GFP_KERNEL | GFP_DMA); in vfio_ccw_alloc_private()
167 GFP_KERNEL | GFP_DMA); in vfio_ccw_alloc_private()
/linux-6.1.9/drivers/crypto/caam/
Dcaamrng.c179 GFP_DMA | GFP_KERNEL); in caam_init()
184 GFP_DMA | GFP_KERNEL); in caam_init()
189 GFP_DMA | GFP_KERNEL)) in caam_init()
Dcaamprng.c97 desc = kzalloc(CAAM_PRNG_MAX_DESC_LEN, GFP_KERNEL | GFP_DMA); in caam_prng_generate()
159 desc = kzalloc(CAAM_PRNG_MAX_DESC_LEN, GFP_KERNEL | GFP_DMA); in caam_prng_seed()
Dcaampkc.c314 GFP_DMA | flags); in rsa_edesc_alloc()
901 dst = kzalloc(dstlen, GFP_DMA | GFP_KERNEL); in caam_read_rsa_crt()
926 return kmemdup(buf, *nbytes, GFP_DMA | GFP_KERNEL); in caam_read_raw_data()
952 rsa_key->e = kmemdup(raw_key.e, raw_key.e_sz, GFP_DMA | GFP_KERNEL); in caam_rsa_set_pub_key()
997 rsa_key->tmp1 = kzalloc(raw_key->p_sz, GFP_DMA | GFP_KERNEL); in caam_rsa_set_priv_key_form()
1001 rsa_key->tmp2 = kzalloc(raw_key->q_sz, GFP_DMA | GFP_KERNEL); in caam_rsa_set_priv_key_form()
1054 rsa_key->d = kmemdup(raw_key.d, raw_key.d_sz, GFP_DMA | GFP_KERNEL); in caam_rsa_set_priv_key()
1058 rsa_key->e = kmemdup(raw_key.e, raw_key.e_sz, GFP_DMA | GFP_KERNEL); in caam_rsa_set_priv_key()
1186 zero_buffer = kzalloc(CAAM_RSA_MAX_INPUT_SIZE - 1, GFP_DMA | in caam_pkc_init()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-prng.c28 ctx->seed = kmalloc(slen, GFP_KERNEL | GFP_DMA); in sun8i_ss_prng_seed()
84 d = kzalloc(todo, GFP_KERNEL | GFP_DMA); in sun8i_ss_prng_generate()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-prng.c45 ctx->seed = kmalloc(slen, GFP_KERNEL | GFP_DMA); in sun8i_ce_prng_seed()
83 d = kzalloc(todo, GFP_KERNEL | GFP_DMA); in sun8i_ce_prng_generate()
/linux-6.1.9/arch/s390/include/asm/
Didals.h81 GFP_ATOMIC | GFP_DMA ); in set_normalized_cda()
125 ib = kmalloc(struct_size(ib, data, nr_ptrs), GFP_DMA | GFP_KERNEL); in idal_buffer_alloc()
Dkexec.h34 #define KEXEC_CONTROL_MEMORY_GFP (GFP_DMA | __GFP_NORETRY)
/linux-6.1.9/sound/soc/codecs/
Dwm0010.c418 out = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_firmware_load()
425 img = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_firmware_load()
517 img = kmemdup(&fw->data[0], fw->size, GFP_KERNEL | GFP_DMA); in wm0010_stage2_load()
523 out = kzalloc(fw->size, GFP_KERNEL | GFP_DMA); in wm0010_stage2_load()
651 out = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
655 img_swap = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
Dsigmadsp-i2c.c22 buf = kzalloc(2 + len, GFP_KERNEL | GFP_DMA); in sigmadsp_write_i2c()
/linux-6.1.9/arch/m68k/kernel/
Ddma.c43 gfp |= GFP_DMA; in arch_dma_alloc()
/linux-6.1.9/drivers/iio/common/ssp_sensors/
Dssp_iio.c28 spd->buffer = kmalloc(indio_dev->scan_bytes, GFP_KERNEL | GFP_DMA); in ssp_common_buffer_postenable()
/linux-6.1.9/arch/s390/hypfs/
Dhypfs_diag0c.c44 GFP_KERNEL | GFP_DMA); in diag0c_store()
/linux-6.1.9/arch/s390/mm/
Dextmem.c172 qin = kmalloc(sizeof(*qin), GFP_KERNEL | GFP_DMA); in query_segment_type()
173 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA); in query_segment_type()
301 seg = kmalloc(sizeof(*seg), GFP_KERNEL | GFP_DMA); in __segment_load()

123456789