Home
last modified time | relevance | path

Searched refs:cntr_val (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/riscv/
H A Driscv-iommu-hpm.c61 uint64_t cntr_val; in hpm_incr_ctr() local
63 cntr_val = ldq_le_p(&s->regs_rw[RISCV_IOMMU_REG_IOHPMCTR_BASE + off]); in hpm_incr_ctr()
64 stq_le_p(&s->regs_rw[RISCV_IOMMU_REG_IOHPMCTR_BASE + off], cntr_val + 1); in hpm_incr_ctr()
66 trace_riscv_iommu_hpm_incr_ctr(cntr_val); in hpm_incr_ctr()
69 if (cntr_val == UINT64_MAX) { in hpm_incr_ctr()
H A Dtrace-events23 riscv_iommu_hpm_incr_ctr(uint64_t cntr_val) "cntr_val 0x%"PRIx64