Searched refs:xchg_no_kill (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| A D | iommu.h | 51 int (*xchg_no_kill)(struct iommu_table *tbl, member
|
| /linux/arch/powerpc/kernel/ |
| A D | iommu.c | 1068 ret = tbl->it_ops->xchg_no_kill(tbl, entry, hpa, direction, false); in iommu_tce_xchg_no_kill() 1099 if (!tbl->it_ops->xchg_no_kill) in iommu_take_ownership()
|
| /linux/arch/powerpc/kvm/ |
| A D | book3s_64_vio_hv.c | 227 ret = tbl->it_ops->xchg_no_kill(tbl, entry, hpa, direction, true); in iommu_tce_xchg_no_kill_rm()
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | iommu.c | 698 .xchg_no_kill = tce_exchange_pseries,
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | pci-ioda.c | 1349 .xchg_no_kill = pnv_ioda_tce_xchg_no_kill, 1456 .xchg_no_kill = pnv_ioda_tce_xchg_no_kill,
|
Completed in 18 milliseconds