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.h26 uint32_t target_ctr);
28 uint32_t target_ctr);
H A Dpmu.c306 uint32_t target_ctr) in riscv_pmu_ctr_monitor_instructions() argument
313 if (target_ctr == 2) { in riscv_pmu_ctr_monitor_instructions()
329 return target_ctr == ctr_idx ? true : false; in riscv_pmu_ctr_monitor_instructions()
332 bool riscv_pmu_ctr_monitor_cycles(CPURISCVState *env, uint32_t target_ctr) in riscv_pmu_ctr_monitor_cycles() argument
339 if (target_ctr == 0) { in riscv_pmu_ctr_monitor_cycles()
357 return (target_ctr == ctr_idx) ? true : false; in riscv_pmu_ctr_monitor_cycles()