Searched refs:prev_msr (Results 1 – 2 of 2) sorted by relevance
228 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr) in mbm_overflow_count() argument232 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count()266 m->prev_bw_msr = m->prev_msr = tval; in __mon_event_count()270 chunks = mbm_overflow_count(m->prev_msr, tval); in __mon_event_count()272 m->prev_msr = tval; in __mon_event_count()
262 u64 prev_msr; member