Searched refs:prev_msr (Results 1 – 2 of 2) sorted by relevance
217 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument221 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count()254 m->prev_bw_msr = m->prev_msr = tval; in __mon_event_count()258 chunks = mbm_overflow_count(m->prev_msr, tval, rr->r->mbm_width); in __mon_event_count()260 m->prev_msr = tval; in __mon_event_count()
293 u64 prev_msr; member