Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dtce.h49 #define TCE_PCI_WRITE 0x2 /* write from PCI allowed */ macro
/linux-4.1.27/arch/powerpc/kernel/
Diommu.c908 if ((tce & TCE_PCI_READ) && (tce & TCE_PCI_WRITE)) in iommu_tce_direction()
912 else if (tce & TCE_PCI_WRITE) 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()
1008 if (oldtce & TCE_PCI_WRITE) in iommu_clear_tces_and_put_pages()
1033 if (!(oldtce & (TCE_PCI_WRITE | TCE_PCI_READ))) in iommu_tce_build()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Diommu.c95 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()
153 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()
222 proto_tce |= TCE_PCI_WRITE; in tce_buildmulti_pSeriesLP()
413 proto_tce = TCE_PCI_READ | TCE_PCI_WRITE; in tce_setrange_multi_pSeriesLP()
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_spapr_tce.c226 tce |= TCE_PCI_WRITE; in tce_iommu_ioctl()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci.c587 proto_tce |= TCE_PCI_WRITE; in pnv_tce_build()