Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dmachine.c330 VMSTATE_UINTTL(mhpmcounterh_prev, PMUCTRState),
H A Dcpu.h178 target_ulong mhpmcounterh_prev; member
H A Dcsr.c1116 counter->mhpmcounterh_prev = riscv_pmu_ctr_get_fixed_counters_val(env, in write_mhpmcounterh()
1122 counter->mhpmcounterh_prev = val; in write_mhpmcounterh()
1132 target_ulong ctr_prev = upper_half ? counter->mhpmcounterh_prev : in riscv_pmu_read_ctr()
2199 counter->mhpmcounterh_prev = in write_mcountinhibit()
2224 ((uint64_t)counter->mhpmcounterh_prev << 32); in write_mcountinhibit()