Searched refs:oldtce (Results 1 – 1 of 1) sorted by relevance
623 unsigned long newtce = *hpa | proto_tce, oldtce; in pnv_tce_xchg() local631 oldtce = xchg(pnv_tce(tbl, idx), cpu_to_be64(newtce)); in pnv_tce_xchg()632 *hpa = be64_to_cpu(oldtce) & ~(TCE_PCI_READ | TCE_PCI_WRITE); in pnv_tce_xchg()633 *direction = iommu_tce_direction(oldtce); in pnv_tce_xchg()