Searched refs:prev_msr (Results 1 – 2 of 2) sorted by relevance
217 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr) in mbm_overflow_count() argument221 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count()255 m->prev_bw_msr = m->prev_msr = tval; in __mon_event_count()259 chunks = mbm_overflow_count(m->prev_msr, tval); in __mon_event_count()261 m->prev_msr = tval; in __mon_event_count()
285 u64 prev_msr; member