Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/
Dnmi_debug.c21 static unsigned long nmi_actions; variable
31 if (nmi_actions & NMI_SHOW_STATE) in nmi_debug_notify()
33 if (nmi_actions & NMI_SHOW_REGS) in nmi_debug_notify()
35 if (nmi_actions & NMI_DEBOUNCE) in nmi_debug_notify()
37 if (nmi_actions & NMI_DIE) in nmi_debug_notify()
61 nmi_actions |= NMI_SHOW_STATE; in nmi_debug_setup()
63 nmi_actions |= NMI_SHOW_REGS; in nmi_debug_setup()
65 nmi_actions |= NMI_DEBOUNCE; in nmi_debug_setup()
67 nmi_actions |= NMI_DIE; in nmi_debug_setup()
/linux-4.4.14/arch/avr32/kernel/
Dnmi_debug.c22 static unsigned long nmi_actions; variable
32 if (nmi_actions & NMI_SHOW_STATE) in nmi_debug_notify()
34 if (nmi_actions & NMI_SHOW_REGS) in nmi_debug_notify()
36 if (nmi_actions & NMI_DEBOUNCE) in nmi_debug_notify()
38 if (nmi_actions & NMI_DIE) in nmi_debug_notify()
66 nmi_actions |= NMI_SHOW_STATE; in nmi_debug_setup()
68 nmi_actions |= NMI_SHOW_REGS; in nmi_debug_setup()
70 nmi_actions |= NMI_DEBOUNCE; in nmi_debug_setup()
72 nmi_actions |= NMI_DIE; in nmi_debug_setup()