Searched refs:iommu_tce_xchg_no_kill (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 419 iommu_tce_xchg_no_kill(mm, tbl, entry, &hpa, &dir); in kvmppc_clear_tce() 450 if (WARN_ON_ONCE(iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, in kvmppc_tce_iommu_do_unmap() 459 iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_unmap() 505 ret = iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_map()
|
/arch/powerpc/include/asm/ |
D | iommu.h | 213 extern long iommu_tce_xchg_no_kill(struct mm_struct *mm,
|
/arch/powerpc/kernel/ |
D | iommu.c | 1016 extern long iommu_tce_xchg_no_kill(struct mm_struct *mm, in iommu_tce_xchg_no_kill() function 1033 EXPORT_SYMBOL_GPL(iommu_tce_xchg_no_kill);
|