wd_ops 41 arch/x86/kernel/cpu/perfctr-watchdog.c static const struct wd_ops *wd_ops; wd_ops 194 arch/x86/kernel/cpu/perfctr-watchdog.c if (wd_ops) wd_ops 195 arch/x86/kernel/cpu/perfctr-watchdog.c wd_ops->unreserve(); wd_ops 209 arch/x86/kernel/cpu/perfctr-watchdog.c if (!wd_ops) wd_ops 211 arch/x86/kernel/cpu/perfctr-watchdog.c if (!wd_ops->reserve()) { wd_ops 285 arch/x86/kernel/cpu/perfctr-watchdog.c perfctr_msr = wd_ops->perfctr; wd_ops 286 arch/x86/kernel/cpu/perfctr-watchdog.c evntsel_msr = wd_ops->evntsel; wd_ops 323 arch/x86/kernel/cpu/perfctr-watchdog.c if (!reserve_perfctr_nmi(wd_ops->perfctr)) wd_ops 326 arch/x86/kernel/cpu/perfctr-watchdog.c if (!reserve_evntsel_nmi(wd_ops->evntsel)) { wd_ops 327 arch/x86/kernel/cpu/perfctr-watchdog.c release_perfctr_nmi(wd_ops->perfctr); wd_ops 335 arch/x86/kernel/cpu/perfctr-watchdog.c release_evntsel_nmi(wd_ops->evntsel); wd_ops 336 arch/x86/kernel/cpu/perfctr-watchdog.c release_perfctr_nmi(wd_ops->perfctr); wd_ops 345 arch/x86/kernel/cpu/perfctr-watchdog.c static const struct wd_ops k7_wd_ops = { wd_ops 372 arch/x86/kernel/cpu/perfctr-watchdog.c perfctr_msr = wd_ops->perfctr; wd_ops 373 arch/x86/kernel/cpu/perfctr-watchdog.c evntsel_msr = wd_ops->evntsel; wd_ops 418 arch/x86/kernel/cpu/perfctr-watchdog.c static const struct wd_ops p6_wd_ops = { wd_ops 626 arch/x86/kernel/cpu/perfctr-watchdog.c static const struct wd_ops p4_wd_ops = { wd_ops 645 arch/x86/kernel/cpu/perfctr-watchdog.c static struct wd_ops intel_arch_wd_ops; wd_ops 666 arch/x86/kernel/cpu/perfctr-watchdog.c perfctr_msr = wd_ops->perfctr; wd_ops 667 arch/x86/kernel/cpu/perfctr-watchdog.c evntsel_msr = wd_ops->evntsel; wd_ops 696 arch/x86/kernel/cpu/perfctr-watchdog.c static struct wd_ops intel_arch_wd_ops __read_mostly = { wd_ops 713 arch/x86/kernel/cpu/perfctr-watchdog.c wd_ops = &k7_wd_ops; wd_ops 725 arch/x86/kernel/cpu/perfctr-watchdog.c wd_ops = &intel_arch_wd_ops; wd_ops 733 arch/x86/kernel/cpu/perfctr-watchdog.c wd_ops = &p6_wd_ops; wd_ops 736 arch/x86/kernel/cpu/perfctr-watchdog.c wd_ops = &p4_wd_ops; wd_ops 749 arch/x86/kernel/cpu/perfctr-watchdog.c if (!wd_ops) { wd_ops 751 arch/x86/kernel/cpu/perfctr-watchdog.c if (!wd_ops) { wd_ops 756 arch/x86/kernel/cpu/perfctr-watchdog.c if (!wd_ops->reserve()) { wd_ops 763 arch/x86/kernel/cpu/perfctr-watchdog.c if (!(wd_ops->setup(nmi_hz))) { wd_ops 774 arch/x86/kernel/cpu/perfctr-watchdog.c if (wd_ops) wd_ops 775 arch/x86/kernel/cpu/perfctr-watchdog.c wd_ops->stop(); wd_ops 793 arch/x86/kernel/cpu/perfctr-watchdog.c if (ctr & wd_ops->checkbit) /* perfctr still running? */ wd_ops 796 arch/x86/kernel/cpu/perfctr-watchdog.c wd_ops->rearm(wd, nmi_hz); wd_ops 802 arch/x86/kernel/cpu/perfctr-watchdog.c return wd_ops != NULL;