Searched refs:iommu_tce_xchg_no_kill (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 446 iommu_tce_xchg_no_kill(mm, tbl, io_entry + i, &hpa, &dir); in kvmppc_clear_tce() 478 if (WARN_ON_ONCE(iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, in kvmppc_tce_iommu_do_unmap() 487 iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_unmap() 535 ret = iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_map()
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | iommu.h | 212 extern long iommu_tce_xchg_no_kill(struct mm_struct *mm,
|
/linux-5.19.10/drivers/vfio/ |
D | vfio_iommu_spapr_tce.c | 464 ret = iommu_tce_xchg_no_kill(container->mm, tbl, entry, &oldhpa, in tce_iommu_clear() 524 ret = iommu_tce_xchg_no_kill(container->mm, tbl, entry + i, in tce_iommu_build() 580 ret = iommu_tce_xchg_no_kill(container->mm, tbl, entry + i, in tce_iommu_build_v2()
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | iommu.c | 1064 extern long iommu_tce_xchg_no_kill(struct mm_struct *mm, in iommu_tce_xchg_no_kill() function 1081 EXPORT_SYMBOL_GPL(iommu_tce_xchg_no_kill);
|