Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcsr.c2179 target_ulong updated_ctrs = (env->mcountinhibit ^ val) & present_ctrs; in write_mcountinhibit() local
2187 if (!(updated_ctrs & BIT(cidx)) || in write_mcountinhibit()