Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcsr.c1211 uint64_t mhpmevth_val; in write_mhpmeventh() local
1223 mhpmevth_val = val & inh_avail_mask; in write_mhpmeventh()
1224 mhpmevt_val = mhpmevt_val | (mhpmevth_val << 32); in write_mhpmeventh()
1225 env->mhpmeventh_val[evt_index] = mhpmevth_val; in write_mhpmeventh()
1505 uint64_t mhpmevth_val; in rmw_cd_mhpmeventh() local
1521 mhpmevth_val = env->mhpmeventh_val[evt_index]; in rmw_cd_mhpmeventh()
1522 mhpmevt_val = mhpmevt_val | (mhpmevth_val << 32); in rmw_cd_mhpmeventh()