Home
last modified time | relevance | path

Searched refs:SBI_ERR_ALREADY_STOPPED (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/riscv/include/asm/
Dsbi.h250 #define SBI_ERR_ALREADY_STOPPED -8 macro
/linux-6.1.9/drivers/perf/
Driscv_pmu_sbi.c450 if (ret.error && (ret.error != SBI_ERR_ALREADY_STOPPED) && in pmu_sbi_ctr_stop()