Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dpmu.h23 uint32_t target_ctr);
25 uint32_t target_ctr);
H A Dpmu.c211 uint32_t target_ctr) in riscv_pmu_ctr_monitor_instructions() argument
218 if (target_ctr == 2) { in riscv_pmu_ctr_monitor_instructions()
234 return target_ctr == ctr_idx ? true : false; in riscv_pmu_ctr_monitor_instructions()
237 bool riscv_pmu_ctr_monitor_cycles(CPURISCVState *env, uint32_t target_ctr) in riscv_pmu_ctr_monitor_cycles() argument
244 if (target_ctr == 0) { in riscv_pmu_ctr_monitor_cycles()
262 return (target_ctr == ctr_idx) ? true : false; in riscv_pmu_ctr_monitor_cycles()