Home
last modified time | relevance | path

Searched refs:xchg_no_kill (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/powerpc/include/asm/
Diommu.h54 int (*xchg_no_kill)(struct iommu_table *tbl, member
/Linux-v6.6/arch/powerpc/kernel/
Diommu.c1085 ret = tbl->it_ops->xchg_no_kill(tbl, entry, hpa, direction); in iommu_tce_xchg_no_kill()
1117 if (!tbl->it_ops->xchg_no_kill) in iommu_take_ownership()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Diommu.c716 .xchg_no_kill = tce_exchange_pseries,
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dpci-ioda.c1268 .xchg_no_kill = pnv_ioda_tce_xchg_no_kill,