Lines Matching full:started
350 if (fevent->started) in kvm_riscv_vcpu_pmu_incr_fw()
512 /* The guest started the counter again. Reset the overflow status */ in kvm_riscv_vcpu_pmu_ctr_start()
529 /* Check if the counter was already started for some reason */ in kvm_riscv_vcpu_pmu_ctr_start()
530 if (kvpmu->fw_event[fevent_code].started) { in kvm_riscv_vcpu_pmu_ctr_start()
535 kvpmu->fw_event[fevent_code].started = true; in kvm_riscv_vcpu_pmu_ctr_start()
538 if (unlikely(pmc->started)) { in kvm_riscv_vcpu_pmu_ctr_start()
544 pmc->started = true; in kvm_riscv_vcpu_pmu_ctr_start()
591 if (!kvpmu->fw_event[fevent_code].started) in kvm_riscv_vcpu_pmu_ctr_stop()
594 kvpmu->fw_event[fevent_code].started = false; in kvm_riscv_vcpu_pmu_ctr_stop()
596 if (pmc->started) { in kvm_riscv_vcpu_pmu_ctr_stop()
599 pmc->started = false; in kvm_riscv_vcpu_pmu_ctr_stop()
716 kvpmu->fw_event[event_code].started = true; in kvm_riscv_vcpu_pmu_ctr_cfg_match()