Searched refs:TCE_PCI_READ (Results 1 – 5 of 5) sorted by relevance
50 #define TCE_PCI_READ 0x1 /* read from PCI allowed */ macro
908 if ((tce & TCE_PCI_READ) && (tce & TCE_PCI_WRITE)) in iommu_tce_direction()910 else if (tce & TCE_PCI_READ) in iommu_tce_direction()955 if (!(tce & (TCE_PCI_WRITE | TCE_PCI_READ))) in iommu_tce_put_param_check()958 if (tce & ~(IOMMU_PAGE_MASK(tbl) | TCE_PCI_WRITE | TCE_PCI_READ)) in iommu_tce_put_param_check()983 if (oldtce & (TCE_PCI_WRITE | TCE_PCI_READ)) in iommu_clear_tce()1033 if (!(oldtce & (TCE_PCI_WRITE | TCE_PCI_READ))) in iommu_tce_build()
92 proto_tce = TCE_PCI_READ; // Read allowed in tce_build_pSeries()151 proto_tce = TCE_PCI_READ; in tce_build_pSeriesLP()220 proto_tce = TCE_PCI_READ; in tce_buildmulti_pSeriesLP()413 proto_tce = TCE_PCI_READ | TCE_PCI_WRITE; in tce_setrange_multi_pSeriesLP()
224 tce |= TCE_PCI_READ; in tce_iommu_ioctl()
584 proto_tce = TCE_PCI_READ; // Read allowed in pnv_tce_build()