Can mhpmevent16h be accessed from any privilege level?
No. The official CSR table lists mhpmevent16h as a Machine-mode MRW CSR; it exists only on RV32 when Sscofpmf is implemented.
mhpmevent16h at 0x730 is the RV32 high-half CSR for bits 63:32 of mhpmevent16, provided with Sscofpmf.
mhpmevent16h is not an independent event selector; it is the RV32 access window for the upper 32 bits of mhpmevent16. It carries Sscofpmf OF and mode-filtering fields.
On RV32, read mhpmevent16h to inspect the upper-half state of mhpmevent16.
Handle OF or mode-filtering bits as needed.
If Supervisor mode is implemented, check overflow state together with mhpmcounter16 readings and scountovf.
No. The official CSR table lists mhpmevent16h as a Machine-mode MRW CSR; it exists only on RV32 when Sscofpmf is implemented.
On RV32, mhpmevent16h reads and writes bits 63:32 of mhpmevent16; accesses to the low-half CSR affect only bits 31:0.