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.h165 #define RV_MAX_MHPMEVENTS 32 macro
400 target_ulong mhpmevent_val[RV_MAX_MHPMEVENTS];
403 target_ulong mhpmeventh_val[RV_MAX_MHPMEVENTS];
H A Dmachine.c440 VMSTATE_UINTTL_ARRAY(env.mhpmevent_val, RISCVCPU, RV_MAX_MHPMEVENTS),
441 VMSTATE_UINTTL_ARRAY(env.mhpmeventh_val, RISCVCPU, RV_MAX_MHPMEVENTS),
H A Dcsr.c1242 for (i = mhpmevt_start; i < RV_MAX_MHPMEVENTS; i++) { in read_scountovf()