Home
last modified time | relevance | path

Searched refs:SBI_PMU_START_FLAG_SET_INIT_VALUE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dsbi.h234 #define SBI_PMU_START_FLAG_SET_INIT_VALUE (1 << 0) macro
/openbmc/linux/drivers/perf/
H A Driscv_pmu_sbi.c531 unsigned long flag = SBI_PMU_START_FLAG_SET_INIT_VALUE; in pmu_sbi_ctr_start()
638 unsigned long flag = SBI_PMU_START_FLAG_SET_INIT_VALUE; in pmu_sbi_start_overflow_mask()
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c358 if (flags & SBI_PMU_START_FLAG_SET_INIT_VALUE) in kvm_riscv_vcpu_pmu_ctr_start()