Searched refs:prev_msr (Results 1 – 2 of 2) sorted by relevance
190 __rmid_read_phys(prmid, eventid, &am->prev_msr); in resctrl_arch_reset_rmid() 213 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() 217 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count() 231 am->chunks += mbm_overflow_count(am->prev_msr, msr_val, in get_corrected_val() 234 am->prev_msr = msr_val; in get_corrected_val() 273 am->prev_msr = 0; in resctrl_arch_rmid_read() 328 __cntr_id_read(cntr_id, &am->prev_msr); in resctrl_arch_reset_cntr() 212 mbm_overflow_count(u64 prev_msr,u64 cur_msr,unsigned int width) mbm_overflow_count() argument
40 u64 prev_msr; member