Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/resctrl/
Dmonitor.c217 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument
221 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()
Dinternal.h293 u64 prev_msr; member