Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dnmi.h24 #define NMI_FLAG_FIRST 1 macro
/linux/arch/x86/kernel/
H A Dnmi_selftest.c67 NMI_FLAG_FIRST, "nmi_selftest", __initdata)) { in test_nmi_ipi()
H A Dsmp.c146 NMI_FLAG_FIRST, "smp_stop"); in register_stop_handler()
H A Dnmi.c199 if (action->flags & NMI_FLAG_FIRST) in __register_nmi_handler()
/linux/arch/x86/hyperv/
H A Dhv_crash.c599 rc = register_nmi_handler(NMI_LOCAL, hv_crash_nmi_local, NMI_FLAG_FIRST, in hv_root_crash_init()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c641 register_nmi_handler(NMI_UNKNOWN, hv_nmi_unknown, NMI_FLAG_FIRST, in ms_hyperv_init_platform()