Searched refs:SBI_ERR_ALREADY_STOPPED (Results 1 – 5 of 5) sorted by relevance
26 #define SBI_ERR_ALREADY_STOPPED -8 macro
116 __GUEST_ASSERT(ret.error == SBI_ERR_ALREADY_STOPPED, in stop_reset_counter()126 __GUEST_ASSERT(ret.error == 0 || ret.error == SBI_ERR_ALREADY_STOPPED, in stop_counter()
671 sbiret = SBI_ERR_ALREADY_STOPPED; in kvm_riscv_vcpu_pmu_ctr_stop()680 sbiret = SBI_ERR_ALREADY_STOPPED; in kvm_riscv_vcpu_pmu_ctr_stop()
552 #define SBI_ERR_ALREADY_STOPPED -8 macro
851 } else if (ret.error && (ret.error != SBI_ERR_ALREADY_STOPPED) && in pmu_sbi_ctr_stop()