Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c2851 static bool check_msr(unsigned long msr, u64 mask) in check_msr() function
3346 if (x86_pmu.lbr_nr && !check_msr(x86_pmu.lbr_tos, 0x3UL)) in intel_pmu_init()
3349 if (!(check_msr(x86_pmu.lbr_from + i, 0xffffUL) && in intel_pmu_init()
3350 check_msr(x86_pmu.lbr_to + i, 0xffffUL))) in intel_pmu_init()
3361 er->extra_msr_access = check_msr(er->msr, 0x1ffUL); in intel_pmu_init()