static void *swiotlb_bus_to_virt(dma_addr_t address) { return phys_to_virt(swiotlb_bus_to_phys(address)); }
void * __weak swiotlb_bus_to_virt(struct device *hwdev, dma_addr_t address) { return phys_to_virt(swiotlb_bus_to_phys(hwdev, address)); }