Searched refs:nmi_watchdog (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dnmi.h37 extern unsigned int nmi_watchdog;
53 if (nmi_watchdog == NMI_IO_APIC)
54 nmi_watchdog = NMI_LOCAL_APIC;
57 /* check if nmi_watchdog is active (ie was specified at boot) */
62 * return (nmi_watchdog == NMI_LOCAL_APIC ||
63 * nmi_watchdog == NMI_IO_APIC)
67 return nmi_watchdog & (NMI_LOCAL_APIC | NMI_IO_APIC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dnmi.c55 unsigned int nmi_watchdog = NMI_NONE; variable
56 EXPORT_SYMBOL(nmi_watchdog); variable
146 if (nmi_watchdog == NMI_LOCAL_APIC)
173 if (nmi_watchdog == NMI_LOCAL_APIC)
179 if (nmi_watchdog == NMI_IO_APIC) {
204 nmi_watchdog = NMI_LOCAL_APIC;
206 nmi_watchdog = NMI_IO_APIC;
211 nmi_watchdog = nmi;
216 __setup("nmi_watchdog=", setup_nmi_watchdog);
263 if (nmi_watchdog !
[all...]
H A Dhw_nmi.c94 /* STUB calls to mimic old nmi_watchdog behaviour */
96 unsigned int nmi_watchdog = NMI_NONE; variable
97 EXPORT_SYMBOL(nmi_watchdog); variable
H A Dapic.c749 * If nmi_watchdog is set to IO_APIC, we need the
753 if (nmi_watchdog != NMI_IO_APIC)
757 " due to nmi_watchdog=%d!\n", nmi_watchdog);
H A Dio_apic.c2918 timer_ack = (nmi_watchdog == NMI_IO_APIC && !APIC_INTEGRATED(ver));
2968 if (nmi_watchdog == NMI_IO_APIC) {
2997 if (nmi_watchdog == NMI_IO_APIC) {
3013 if (nmi_watchdog == NMI_IO_APIC) {
3016 nmi_watchdog = NMI_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dnmi_timer_int.c61 if ((nmi_watchdog != NMI_IO_APIC) || (atomic_read(&nmi_active) <= 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c178 BUG_ON(nmi_watchdog != NMI_LOCAL_APIC);
193 BUG_ON(nmi_watchdog != NMI_LOCAL_APIC);
H A Dperf_event.c323 if (nmi_watchdog == NMI_LOCAL_APIC)
348 if (nmi_watchdog == NMI_LOCAL_APIC)
363 if (nmi_watchdog == NMI_LOCAL_APIC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsmpboot.c326 if (nmi_watchdog == NMI_IO_APIC) {
1341 if (nmi_watchdog == NMI_LOCAL_APIC)

Completed in 117 milliseconds