Searched refs:iommu_tce_xchg_rm (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_64_vio_hv.c | 190 static long iommu_tce_xchg_rm(struct mm_struct *mm, struct iommu_table *tbl, in iommu_tce_xchg_rm() function 218 iommu_tce_xchg_rm(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_rm_clear_tce() 250 if (iommu_tce_xchg_rm(kvm->mm, tbl, entry, &hpa, &dir)) in kvmppc_rm_tce_iommu_do_unmap() 262 iommu_tce_xchg_rm(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_rm_tce_iommu_do_unmap() 308 ret = iommu_tce_xchg_rm(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_rm_tce_iommu_do_map()
|