Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu.h115 #define RV_MAX_MHPMEVENTS 32 macro
326 target_ulong mhpmevent_val[RV_MAX_MHPMEVENTS];
329 target_ulong mhpmeventh_val[RV_MAX_MHPMEVENTS];
H A Dmachine.c406 VMSTATE_UINTTL_ARRAY(env.mhpmevent_val, RISCVCPU, RV_MAX_MHPMEVENTS),
407 VMSTATE_UINTTL_ARRAY(env.mhpmeventh_val, RISCVCPU, RV_MAX_MHPMEVENTS),
H A Dcsr.c991 for (i = mhpmevt_start; i < RV_MAX_MHPMEVENTS; i++) { in read_scountovf()