Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu.h377 target_ulong minstretcfgh; member
H A Dcsr.c914 *val = env->minstretcfgh; in read_minstretcfgh()
931 env->minstretcfgh = val & inh_avail_mask; in write_minstretcfgh()
1023 cfg_val = upper_half ? ((uint64_t)env->minstretcfgh << 32) : in riscv_pmu_ctr_get_fixed_counters_val()