Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
A Dpci-ioda-tce.c105 tce = __pa(tmp2) | TCE_PCI_READ | TCE_PCI_WRITE; in pnv_tce()
115 tmp = __va(tce & ~(TCE_PCI_READ | TCE_PCI_WRITE)); in pnv_tce()
132 if (proto_tce & TCE_PCI_WRITE) in pnv_tce_build()
172 if (newtce & TCE_PCI_WRITE) in pnv_tce_xchg()
176 *hpa = oldtce & ~(TCE_PCI_READ | TCE_PCI_WRITE); in pnv_tce_xchg()
221 ~(TCE_PCI_READ | TCE_PCI_WRITE); in pnv_pci_ioda2_table_do_free_pages()
230 if (!(hpa & (TCE_PCI_READ | TCE_PCI_WRITE))) in pnv_pci_ioda2_table_do_free_pages()
282 TCE_PCI_READ | TCE_PCI_WRITE); in pnv_pci_ioda2_table_do_alloc_pages()
A Dpci-ioda.c1210 cpu_to_be64(addr | TCE_PCI_READ | TCE_PCI_WRITE); in pnv_pci_ioda_dma_64bit_bypass()
/linux/arch/powerpc/include/asm/
A Dtce.h25 #define TCE_PCI_WRITE 0x2 /* write from PCI allowed */ macro
/linux/arch/powerpc/kvm/
A Dbook3s_64_vio_hv.c88 (tce & ~(PAGE_MASK | TCE_PCI_READ | TCE_PCI_WRITE)); in kvmppc_rm_tce_to_ua()
104 unsigned long gpa = tce & ~(TCE_PCI_READ | TCE_PCI_WRITE); in kvmppc_rm_tce_validate()
609 if (tce_value & (TCE_PCI_WRITE | TCE_PCI_READ)) in kvmppc_rm_h_stuff_tce()
A Dbook3s_64_vio.c353 (tce & ~(PAGE_MASK | TCE_PCI_READ | TCE_PCI_WRITE)); in kvmppc_tce_to_ua()
361 unsigned long gpa = tce & ~(TCE_PCI_READ | TCE_PCI_WRITE); in kvmppc_tce_validate()
724 if (tce_value & (TCE_PCI_WRITE | TCE_PCI_READ)) in kvmppc_h_stuff_tce()
/linux/arch/powerpc/kernel/
A Diommu.c961 return TCE_PCI_READ | TCE_PCI_WRITE; in iommu_direction_to_tce_perm()
963 return TCE_PCI_WRITE; in iommu_direction_to_tce_perm()
1007 if ((tce & TCE_PCI_READ) && (tce & TCE_PCI_WRITE)) in iommu_tce_direction()
1011 else if (tce & TCE_PCI_WRITE) in iommu_tce_direction()
/linux/arch/powerpc/platforms/pseries/
A Diommu.c119 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()
171 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()
243 proto_tce |= TCE_PCI_WRITE; in tce_buildmulti_pSeriesLP()
455 proto_tce = TCE_PCI_READ | TCE_PCI_WRITE; in tce_setrange_multi_pSeriesLP()
686 *tce = oldtce & ~(TCE_PCI_READ | TCE_PCI_WRITE); in tce_exchange_pseries()

Completed in 19 milliseconds