Searched refs:MINSTRETCFG_BIT_SINH (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ | ||
H A D | cpu_bits.h | 924 #define MINSTRETCFG_BIT_SINH BIT_ULL(61) macro |
H A D | csr.c | 938 inh_avail_mask |= riscv_has_ext(env, RVS) ? MINSTRETCFG_BIT_SINH : 0; in write_minstretcfg() |