Home
last modified time | relevance | path

Searched refs:icount_get_raw (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dreplay.h87 ? replay_read_clock((clock), icount_get_raw()) \
89 ? replay_save_clock((clock), (value), icount_get_raw()) \
H A Dcpu-timers.h47 int64_t icount_get_raw(void);
/openbmc/qemu/stubs/
H A Dicount.c16 int64_t icount_get_raw(void) in icount_get_raw() function
/openbmc/qemu/target/riscv/
H A Ddebug.c751 current_icount = env->last_icount = icount_get_raw(); in riscv_itrigger_update_count()
831 env->last_icount = icount_get_raw(); in itrigger_reg_write()
858 executed = icount_get_raw() - env->last_icount; in itrigger_get_adjust_count()
H A Dpmu.c201 current_icount = icount_get_raw(); in riscv_pmu_icount_update_priv()
H A Dcsr.c1066 curr_val = inst ? icount_get_raw() : icount_get(); in riscv_pmu_ctr_get_fixed_counters_val()
/openbmc/qemu/accel/tcg/
H A Dicount-common.c128 int64_t icount_get_raw(void) in icount_get_raw() function
/openbmc/qemu/replay/
H A Dreplay.c172 return icount_get_raw(); in replay_get_current_icount()
/openbmc/qemu/target/arm/
H A Dhelper.c962 return (uint64_t)icount_get_raw(); in instructions_get_count()