Searched refs:tce_value (Results 1 – 2 of 2) sorted by relevance
| /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 …
|