Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dpower8-pmu.c82 env->pmc_cyc_cnt = cyc_cnt; in pmu_update_summaries()
205 int sprn, cyc_cnt = env->pmc_cyc_cnt; in pmu_update_cycles()
243 if (!(env->pmc_cyc_cnt & (1 << (sprn - SPR_POWER_PMC1 + 1))) || in pmc_update_overflow_timer()
H A Dcpu.h1291 uint8_t pmc_cyc_cnt; member