Searched refs:prev_msr (Results 1 – 2 of 2) sorted by relevance
179 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument183 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count()216 am->chunks += mbm_overflow_count(am->prev_msr, msr_val, in resctrl_arch_rmid_read()219 am->prev_msr = msr_val; in resctrl_arch_rmid_read()
303 u64 prev_msr; member