Home
last modified time | relevance | path

Searched refs:zpci_refresh_trans (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dpci_insn.h150 int zpci_refresh_trans(u64 fn, u64 addr, u64 range);
/linux/drivers/iommu/
H A Ds390-iommu.c486 return zpci_refresh_trans((u64)zdev->fh << 32, zdev->start_dma, in zpci_refresh_all()
517 zpci_refresh_trans((u64)zdev->fh << 32, gather->start, in s390_iommu_iotlb_sync()
535 ret = zpci_refresh_trans((u64)zdev->fh << 32, in s390_iommu_iotlb_sync_map()
/linux/arch/s390/pci/
H A Dpci_insn.c114 int zpci_refresh_trans(u64 fn, u64 addr, u64 range) in zpci_refresh_trans() function