Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h938 #define MHPMEVENTH_BIT_SINH BIT(29) macro
953 MHPMEVENTH_BIT_SINH | \
H A Dpmu.c119 (env->mhpmeventh_val[ctr_idx] & MHPMEVENTH_BIT_SINH)) || in riscv_pmu_incr_ctr_rv32()
H A Dcsr.c1030 inh_avail_mask |= riscv_has_ext(env, RVS) ? MHPMEVENTH_BIT_SINH : 0; in write_mhpmeventh()