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.h160 #define RV_MAX_MHPMEVENTS 32 macro
383 target_ulong mhpmevent_val[RV_MAX_MHPMEVENTS];
386 target_ulong mhpmeventh_val[RV_MAX_MHPMEVENTS];
H A Dmachine.c404 VMSTATE_UINTTL_ARRAY(env.mhpmevent_val, RISCVCPU, RV_MAX_MHPMEVENTS),
405 VMSTATE_UINTTL_ARRAY(env.mhpmeventh_val, RISCVCPU, RV_MAX_MHPMEVENTS),
H A Dcsr.c1210 for (i = mhpmevt_start; i < RV_MAX_MHPMEVENTS; i++) { in read_scountovf()