Searched refs:iommu_tce_xchg_no_kill (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 454 iommu_tce_xchg_no_kill(mm, tbl, io_entry + i, &hpa, &dir); in kvmppc_clear_tce() 486 if (WARN_ON_ONCE(iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, in kvmppc_tce_iommu_do_unmap() 495 iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_unmap() 543 ret = iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_map()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | iommu.h | 214 extern long iommu_tce_xchg_no_kill(struct mm_struct *mm,
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio_iommu_spapr_tce.c | 463 ret = iommu_tce_xchg_no_kill(container->mm, tbl, entry, &oldhpa, in tce_iommu_clear() 523 ret = iommu_tce_xchg_no_kill(container->mm, tbl, entry + i, in tce_iommu_build() 579 ret = iommu_tce_xchg_no_kill(container->mm, tbl, entry + i, in tce_iommu_build_v2()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | iommu.c | 1077 extern long iommu_tce_xchg_no_kill(struct mm_struct *mm, in iommu_tce_xchg_no_kill() function 1094 EXPORT_SYMBOL_GPL(iommu_tce_xchg_no_kill);
|