Searched refs:SBI_EXT_PMU_COUNTER_STOP (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/arch/riscv/kvm/ |
| D | vcpu_sbi_pmu.c | 61 case SBI_EXT_PMU_COUNTER_STOP: in kvm_sbi_ext_pmu_handler()
|
| /Linux-v6.6/arch/riscv/include/asm/ |
| D | sbi.h | 121 SBI_EXT_PMU_COUNTER_STOP, enumerator
|
| /Linux-v6.6/drivers/perf/ |
| D | riscv_pmu_sbi.c | 560 ret = sbi_ecall(SBI_EXT_PMU, SBI_EXT_PMU_COUNTER_STOP, hwc->idx, 1, flag, 0, 0, 0); in pmu_sbi_ctr_stop() 615 sbi_ecall(SBI_EXT_PMU, SBI_EXT_PMU_COUNTER_STOP, in pmu_sbi_stop_all() 624 sbi_ecall(SBI_EXT_PMU, SBI_EXT_PMU_COUNTER_STOP, 0, in pmu_sbi_stop_hw_ctrs()
|