Searched refs:swiotlb_addr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A D | swiotlb.c | 1496 phys_addr_t swiotlb_addr; in swiotlb_map() local 1501 swiotlb_addr = swiotlb_tbl_map_single(dev, paddr, size, size, 0, dir, in swiotlb_map() 1503 if (swiotlb_addr == (phys_addr_t)DMA_MAPPING_ERROR) in swiotlb_map() 1507 dma_addr = phys_to_dma_unencrypted(dev, swiotlb_addr); in swiotlb_map() 1509 swiotlb_tbl_unmap_single(dev, swiotlb_addr, size, dir, in swiotlb_map() 1518 arch_sync_dma_for_device(swiotlb_addr, size, dir); in swiotlb_map()
|