Home
last modified time | relevance | path

Searched refs:SBI_PMU_STOP_FLAG_RESET (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/riscv/
H A Dsbi.h121 #define SBI_PMU_STOP_FLAG_RESET BIT(0) macro
/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c604 if (flags & SBI_PMU_STOP_FLAG_RESET) in kvm_riscv_vcpu_pmu_ctr_stop()
628 if (flags & SBI_PMU_STOP_FLAG_RESET) { in kvm_riscv_vcpu_pmu_ctr_stop()
/linux/arch/riscv/include/asm/
H A Dsbi.h262 #define SBI_PMU_STOP_FLAG_RESET BIT(0) macro
/linux/drivers/perf/
H A Driscv_pmu_sbi.c309 ret.value, 0x1, SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in pmu_sbi_check_event()
764 flag != SBI_PMU_STOP_FLAG_RESET) { in pmu_sbi_ctr_stop()
819 0, pmu->cmask, SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in pmu_sbi_stop_all()
/linux/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c110 stop_flags | SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in stop_reset_counter()