Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c351 start_counter(counter, SBI_PMU_START_FLAG_INIT_SNAPSHOT, 0); in test_pmu_event_snapshot()
356 start_counter(counter, SBI_PMU_START_FLAG_INIT_SNAPSHOT, 0); in test_pmu_event_snapshot()
365 start_counter(counter, SBI_PMU_START_FLAG_INIT_SNAPSHOT, 0); in test_pmu_event_snapshot()
389 start_counter(counter, SBI_PMU_START_FLAG_INIT_SNAPSHOT, 0); in test_pmu_event_overflow()
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dsbi.h155 #define SBI_PMU_START_FLAG_INIT_SNAPSHOT BIT(1)
118 #define SBI_PMU_START_FLAG_INIT_SNAPSHOT global() macro
/linux/arch/riscv/include/asm/
H A Dsbi.h275 #define SBI_PMU_START_FLAG_INIT_SNAPSHOT BIT(1) macro
/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c569 bool snap_flag_set = flags & SBI_PMU_START_FLAG_INIT_SNAPSHOT; in kvm_riscv_vcpu_pmu_ctr_start()
/linux/drivers/perf/
H A Driscv_pmu_sbi.c1000 unsigned long flag = SBI_PMU_START_FLAG_INIT_SNAPSHOT; in pmu_sbi_start_ovf_ctrs_snapshot()