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.c331 VMSTATE_UINTTL(mhpmcounterh_prev, PMUCTRState),
H A Dcpu.h133 target_ulong mhpmcounterh_prev; member
H A Dcsr.c896 counter->mhpmcounterh_prev = get_ticks(true); in write_mhpmcounterh()
901 counter->mhpmcounterh_prev = val; in write_mhpmcounterh()
911 target_ulong ctr_prev = upper_half ? counter->mhpmcounterh_prev : in riscv_pmu_read_ctr()