Lines Matching refs:ovf
74 const uint32_t ovf = in hpm_incr_ctr() local
77 if (!get_field(ovf, BIT(ctr_idx + 1))) { in hpm_incr_ctr()
180 uint32_t ovf; in riscv_iommu_hpm_timer_cb() local
194 ovf = riscv_iommu_reg_get32(s, RISCV_IOMMU_REG_IOCOUNTOVF); in riscv_iommu_hpm_timer_cb()
195 if (!get_field(ovf, RISCV_IOMMU_IOCOUNTOVF_CY)) { in riscv_iommu_hpm_timer_cb()
275 const uint32_t ovf = riscv_iommu_reg_get32(s, RISCV_IOMMU_REG_IOCOUNTOVF); in riscv_iommu_process_hpmcycle_write() local
277 trace_riscv_iommu_hpm_cycle_write(ovf, val); in riscv_iommu_process_hpmcycle_write()
282 if (get_field(ovf, RISCV_IOMMU_IOCOUNTOVF_CY) && in riscv_iommu_process_hpmcycle_write()
356 const uint32_t ovf = riscv_iommu_reg_get32(s, RISCV_IOMMU_REG_IOCOUNTOVF); in riscv_iommu_process_hpmevt_write() local
363 trace_riscv_iommu_hpm_evt_write(ctr_idx, ovf, val); in riscv_iommu_process_hpmevt_write()
366 if (get_field(ovf, BIT(ctr_idx + 1)) && in riscv_iommu_process_hpmevt_write()