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

1234567

/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_cpi_sys.c88 sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
H A Dsclp_ctl.c66 sccb = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
/linux-master/sound/soc/codecs/
H A Dsigmadsp-i2c.c22 buf = kzalloc(2 + len, GFP_KERNEL | GFP_DMA);
/linux-master/arch/alpha/kernel/
H A Dpci_iommu.c424 gfp &= ~GFP_DMA;
441 if (alpha_mv.mv_pci_tbi || (gfp & GFP_DMA))
444 do not have iommu. Try again with GFP_DMA. */
445 gfp |= GFP_DMA;
/linux-master/arch/arm/mm/
H A Ddma-mapping.c203 gfp_t gfp = GFP_KERNEL | GFP_DMA;
567 gfp |= GFP_DMA;
/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/arch/mips/alchemy/common/
H A Ddbdma.c416 GFP_KERNEL|GFP_DMA);
428 desc_base = (u32)kmalloc(i, GFP_KERNEL|GFP_DMA);
/linux-master/arch/mips/jazz/
H A Djazzdma.c71 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(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/arch/s390/appldata/
H A Dappldata_os.c175 appldata_os_data = kzalloc(max_size, GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/hypfs/
H A Dhypfs_diag0c.c43 GFP_KERNEL | GFP_DMA);
H A Dhypfs_diag_fs.c367 diag224_cpu_names = (char *)__get_free_page(GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/include/asm/
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);
H A Dkexec.h33 /* Allocate control page with GFP_DMA */
34 #define KEXEC_CONTROL_MEMORY_GFP (GFP_DMA | __GFP_NORETRY)
/linux-master/arch/s390/kernel/
H A Dsmp.c200 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER);
H A Dsthyi.c331 diag224_buf = (void *)__get_free_page(GFP_KERNEL | GFP_DMA);
/linux-master/arch/s390/kvm/
H A Dinterrupt.c3438 gib = (struct kvm_s390_gib *)get_zeroed_page(GFP_KERNEL_ACCOUNT | GFP_DMA);
H A Dkvm-s390.c3319 alloc_flags |= GFP_DMA;
3341 (struct sie_page2 *) get_zeroed_page(GFP_KERNEL_ACCOUNT | GFP_DMA);
H A Dvsie.c1364 page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO | 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/arch/x86/pci/
H A Dsta2x11-fixup.c61 if (swiotlb_init_late(size, GFP_DMA, NULL))
/linux-master/drivers/atm/
H A Diphase.c1992 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
/linux-master/drivers/base/regmap/
H A Dregmap.c1712 GFP_KERNEL | GFP_DMA);
/linux-master/drivers/block/
H A Dps3disk.c425 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);

Completed in 346 milliseconds

1234567