Home
last modified time | relevance | path

Searched refs:swiotlb_sync_sg_for_cpu (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Ddma-swiotlb.c60 .sync_sg_for_cpu = swiotlb_sync_sg_for_cpu,
/Linux-v4.19/include/linux/
Dswiotlb.h98 swiotlb_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg,
/Linux-v4.19/kernel/dma/
Dswiotlb.c1012 swiotlb_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg, in swiotlb_sync_sg_for_cpu() function
1078 .sync_sg_for_cpu = swiotlb_sync_sg_for_cpu,
/Linux-v4.19/arch/arm64/mm/
Ddma-mapping.c245 swiotlb_sync_sg_for_cpu(dev, sgl, nelems, dir); in __swiotlb_sync_sg_for_cpu()