Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c3094 static bool check_msr(unsigned long msr, u64 mask) in check_msr() function
3615 if (x86_pmu.lbr_nr && !check_msr(x86_pmu.lbr_tos, 0x3UL)) in intel_pmu_init()
3618 if (!(check_msr(x86_pmu.lbr_from + i, 0xffffUL) && in intel_pmu_init()
3619 check_msr(x86_pmu.lbr_to + i, 0xffffUL))) in intel_pmu_init()
3630 er->extra_msr_access = check_msr(er->msr, 0x11UL); in intel_pmu_init()