Home
last modified time | relevance | path

Searched refs:prev_msr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/x86/kernel/cpu/resctrl/
Dmonitor.c179 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument
183 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()
Dinternal.h303 u64 prev_msr; member