Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dnmi_debug.c19 static unsigned long nmi_actions; variable
29 if (nmi_actions & NMI_SHOW_STATE) in nmi_debug_notify()
31 if (nmi_actions & NMI_SHOW_REGS) in nmi_debug_notify()
33 if (nmi_actions & NMI_DEBOUNCE) in nmi_debug_notify()
35 if (nmi_actions & NMI_DIE) in nmi_debug_notify()
59 nmi_actions |= NMI_SHOW_STATE; in nmi_debug_setup()
61 nmi_actions |= NMI_SHOW_REGS; in nmi_debug_setup()
63 nmi_actions |= NMI_DEBOUNCE; in nmi_debug_setup()
65 nmi_actions |= NMI_DIE; in nmi_debug_setup()