Searched refs:proto_tce (Results 1 – 2 of 2) sorted by relevance
157 u64 proto_tce; in tce_build_pSeries() local161 proto_tce = TCE_PCI_READ; // Read allowed in tce_build_pSeries()164 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()171 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()214 u64 proto_tce, tce; in tce_build_pSeriesLP() local220 proto_tce = TCE_PCI_READ; in tce_build_pSeriesLP()222 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()225 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeriesLP()257 u64 proto_tce; in tce_buildmulti_pSeriesLP() local289 proto_tce = TCE_PCI_READ; in tce_buildmulti_pSeriesLP()[all …]
600 u64 proto_tce = iommu_direction_to_tce_perm(direction); in pnv_tce_build() local604 if (proto_tce & TCE_PCI_WRITE) in pnv_tce_build()605 proto_tce |= TCE_PCI_READ; in pnv_tce_build()608 unsigned long newtce = proto_tce | in pnv_tce_build()622 u64 proto_tce = iommu_direction_to_tce_perm(*direction); in pnv_tce_xchg() local623 unsigned long newtce = *hpa | proto_tce, oldtce; in pnv_tce_xchg()