Searched refs:SBI_PMU_STOP_FLAG_RESET (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/include/riscv/ |
D | sbi.h | 121 #define SBI_PMU_STOP_FLAG_RESET BIT(0) macro
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | sbi.h | 260 #define SBI_PMU_STOP_FLAG_RESET BIT(0) macro
|
/linux-6.12.1/arch/riscv/kvm/ |
D | vcpu_pmu.c | 604 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-6.12.1/drivers/perf/ |
D | riscv_pmu_sbi.c | 309 ret.value, 0x1, SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in pmu_sbi_check_event() 762 flag != SBI_PMU_STOP_FLAG_RESET) { in pmu_sbi_ctr_stop() 817 0, pmu->cmask, SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in pmu_sbi_stop_all()
|
/linux-6.12.1/tools/testing/selftests/kvm/riscv/ |
D | sbi_pmu_test.c | 110 stop_flags | SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in stop_reset_counter()
|