Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c79 static u32 intel_cqm_rotation_rmid; variable
248 intel_cqm_rotation_rmid = __get_rmid(); in intel_cqm_setup_rmid_cache()
590 if (!__rmid_valid(intel_cqm_rotation_rmid)) { in intel_cqm_rmid_stabilize()
591 intel_cqm_rotation_rmid = entry->rmid; in intel_cqm_rmid_stabilize()
609 return __rmid_valid(intel_cqm_rotation_rmid); in intel_cqm_rmid_stabilize()
753 if (__rmid_valid(intel_cqm_rotation_rmid)) { in __intel_cqm_rmid_rotate()
754 intel_cqm_xchg_rmid(start, intel_cqm_rotation_rmid); in __intel_cqm_rmid_rotate()
755 intel_cqm_rotation_rmid = __get_rmid(); in __intel_cqm_rmid_rotate()