Searched refs:iommu_tce_xchg (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 371 iommu_tce_xchg(tbl, entry, &hpa, &dir); in kvmppc_clear_tce() 403 if (WARN_ON_ONCE(iommu_tce_xchg(tbl, entry, &hpa, &dir))) in kvmppc_tce_iommu_do_unmap() 411 iommu_tce_xchg(tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_unmap() 457 ret = iommu_tce_xchg(tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_map()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | iommu.h | 221 extern long iommu_tce_xchg(struct iommu_table *tbl, unsigned long entry,
|
/Linux-v4.19/drivers/vfio/ |
D | vfio_iommu_spapr_tce.c | 476 ret = iommu_tce_xchg(tbl, entry, &oldhpa, &direction); in tce_iommu_clear() 533 ret = iommu_tce_xchg(tbl, entry + i, &hpa, &dirtmp); in tce_iommu_build() 587 ret = iommu_tce_xchg(tbl, entry + i, &hpa, &dirtmp); in tce_iommu_build_v2()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | iommu.c | 996 long iommu_tce_xchg(struct iommu_table *tbl, unsigned long entry, in iommu_tce_xchg() function 1014 EXPORT_SYMBOL_GPL(iommu_tce_xchg);
|