Searched refs:TCE_PCI_WRITE (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dtce.h25 #define TCE_PCI_WRITE 0x2 /* write from PCI allowed */ macro
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c105 tce = __pa(tmp2) | TCE_PCI_READ | TCE_PCI_WRITE;
115 tmp = __va(tce & ~(TCE_PCI_READ | TCE_PCI_WRITE));
132 if (proto_tce & TCE_PCI_WRITE)
171 if (newtce & TCE_PCI_WRITE)
175 *hpa = oldtce & ~(TCE_PCI_READ | TCE_PCI_WRITE);
220 ~(TCE_PCI_READ | TCE_PCI_WRITE);
229 if (!(hpa & (TCE_PCI_READ | TCE_PCI_WRITE)))
281 TCE_PCI_READ | TCE_PCI_WRITE);
H A Dpci-ioda.c1098 cpu_to_be64(addr | TCE_PCI_READ | TCE_PCI_WRITE);
/linux-master/arch/powerpc/kernel/
H A Diommu.c978 return TCE_PCI_READ | TCE_PCI_WRITE;
980 return TCE_PCI_WRITE;
1024 if ((tce & TCE_PCI_READ) && (tce & TCE_PCI_WRITE))
1028 else if (tce & TCE_PCI_WRITE)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_vio.c366 (tce & ~(PAGE_MASK | TCE_PCI_READ | TCE_PCI_WRITE));
374 unsigned long gpa = tce & ~(TCE_PCI_READ | TCE_PCI_WRITE);
742 if (tce_value & (TCE_PCI_WRITE | TCE_PCI_READ))
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c130 proto_tce |= TCE_PCI_WRITE;
182 proto_tce |= TCE_PCI_WRITE;
254 proto_tce |= TCE_PCI_WRITE;
474 proto_tce = TCE_PCI_READ | TCE_PCI_WRITE;
681 *tce = oldtce & ~(TCE_PCI_READ | TCE_PCI_WRITE);

Completed in 172 milliseconds