Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c92 unsigned long oldtce, tce = be64_to_cpu(READ_ONCE(tmp[n])); in pnv_tce() local
106 oldtce = be64_to_cpu(cmpxchg(&tmp[n], 0, in pnv_tce()
108 if (oldtce) { in pnv_tce()
111 tce = oldtce; in pnv_tce()
151 unsigned long newtce = *hpa | proto_tce, oldtce; in pnv_tce_xchg() local
174 oldtce = be64_to_cpu(xchg(ptce, cpu_to_be64(newtce))); in pnv_tce_xchg()
175 *hpa = oldtce & ~(TCE_PCI_READ | TCE_PCI_WRITE); in pnv_tce_xchg()
176 *direction = iommu_tce_direction(oldtce); in pnv_tce_xchg()