Searched refs:tce_value (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | iommu.h | 295 #define iommu_tce_clear_param_check(tbl, ioba, tce_value, npages) \ argument 298 (ioba), (npages)) || (tce_value))
|
H A D | kvm_ppc.h | 197 unsigned long tce_value, unsigned long npages); 784 unsigned long tce_value, unsigned long npages);
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_iommu.c | 528 target_ulong tce_value = args[2]; in h_stuff_tce() local 547 ret = put_tce_emu(tcet, ioba, tce_value); in h_stuff_tce() 553 trace_spapr_iommu_pci_stuff(liobn, ioba, tce_value, npages, ret); in h_stuff_tce() 555 trace_spapr_iommu_stuff(liobn, ioba, tce_value, npages, ret); in h_stuff_tce()
|
H A D | trace-events | 29 spapr_iommu_stuff(uint64_t liobn, uint64_t ioba, uint64_t tce_value, uint64_t npages, uint64_t ret)… 33 spapr_iommu_pci_stuff(uint64_t liobn, uint64_t ioba, uint64_t tce_value, uint64_t npages, uint64_t …
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 734 unsigned long tce_value, unsigned long npages) in kvmppc_h_stuff_tce() argument 749 if (tce_value & (TCE_PCI_WRITE | TCE_PCI_READ)) in kvmppc_h_stuff_tce() 771 kvmppc_tce_put(stt, ioba >> stt->page_shift, tce_value); in kvmppc_h_stuff_tce()
|
H A D | book3s_pr_papr.c | 335 unsigned long tce_value = kvmppc_get_gpr(vcpu, 6); in kvmppc_h_pr_stuff_tce() local 339 rc = kvmppc_h_stuff_tce(vcpu, liobn, ioba, tce_value, npages); in kvmppc_h_pr_stuff_tce()
|