Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperfctr-watchdog.c648 static struct wd_ops intel_arch_wd_ops; variable
695 intel_arch_wd_ops.checkbit = 1ULL << (eax.split.bit_width - 1); in setup_intel_arch_watchdog()
699 static struct wd_ops intel_arch_wd_ops __read_mostly = {
724 intel_arch_wd_ops.perfctr = MSR_ARCH_PERFMON_PERFCTR0; in probe_nmi_watchdog()
725 intel_arch_wd_ops.evntsel = MSR_ARCH_PERFMON_EVENTSEL0; in probe_nmi_watchdog()
728 wd_ops = &intel_arch_wd_ops; in probe_nmi_watchdog()