Searched refs:iommu_tce_xchg (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | iommu.h | 209 extern long iommu_tce_xchg(struct iommu_table *tbl, unsigned long entry,
|
| /linux-4.4.14/drivers/vfio/ |
| D | vfio_iommu_spapr_tce.c | 426 ret = iommu_tce_xchg(tbl, entry, &oldhpa, &direction); in tce_iommu_clear() 483 ret = iommu_tce_xchg(tbl, entry + i, &hpa, &dirtmp); in tce_iommu_build() 538 ret = iommu_tce_xchg(tbl, entry + i, &hpa, &dirtmp); in tce_iommu_build_v2()
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | iommu.c | 985 long iommu_tce_xchg(struct iommu_table *tbl, unsigned long entry, in iommu_tce_xchg() function 1003 EXPORT_SYMBOL_GPL(iommu_tce_xchg);
|