Searched refs:prev_msr (Results 1 – 2 of 2) sorted by relevance
280 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument284 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count()318 m->prev_bw_msr = m->prev_msr = tval; in __mon_event_count()322 chunks = mbm_overflow_count(m->prev_msr, tval, hw_res->mbm_width); in __mon_event_count()324 m->prev_msr = tval; in __mon_event_count()
300 u64 prev_msr; member