Searched refs:SYNC_FOR_DEVICE (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | swiotlb.h | 46 SYNC_FOR_DEVICE = 1, enumerator
|
| /Linux-v5.10/kernel/dma/ |
| D | direct.h | 60 swiotlb_tbl_sync_single(dev, paddr, size, dir, SYNC_FOR_DEVICE); in dma_direct_sync_single_for_device()
|
| D | direct.c | 348 dir, SYNC_FOR_DEVICE); in dma_direct_sync_sg_for_device()
|
| D | swiotlb.c | 646 case SYNC_FOR_DEVICE: in swiotlb_tbl_sync_single()
|
| /Linux-v5.10/drivers/xen/ |
| D | swiotlb-xen.c | 475 swiotlb_tbl_sync_single(dev, paddr, size, dir, SYNC_FOR_DEVICE); in xen_swiotlb_sync_single_for_device()
|
| /Linux-v5.10/drivers/iommu/intel/ |
| D | iommu.c | 3967 bounce_sync_single(dev, addr, size, dir, SYNC_FOR_DEVICE); in bounce_sync_single_for_device() 3991 sg_dma_len(sg), dir, SYNC_FOR_DEVICE); in bounce_sync_sg_for_device()
|