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.h183 target_ulong mhpmcounterh_prev; member
H A Dcsr.c1148 counter->mhpmcounterh_prev = riscv_pmu_ctr_get_fixed_counters_val(env, in write_mhpmcounterh()
1154 counter->mhpmcounterh_prev = val; in write_mhpmcounterh()
1164 target_ulong ctr_prev = upper_half ? counter->mhpmcounterh_prev : in riscv_pmu_read_ctr()
2237 counter->mhpmcounterh_prev = in write_mcountinhibit()
2262 ((uint64_t)counter->mhpmcounterh_prev << 32); in write_mcountinhibit()