Go to the documentation of this file.
8 #ifdef CONFIG_X86_LOCAL_APIC
17 extern int proc_nmi_enabled(
struct ctl_table *,
int ,
18 void __user *,
size_t *, loff_t *);
22 #define arch_trigger_all_cpu_backtrace arch_trigger_all_cpu_backtrace
25 #define NMI_FLAG_FIRST 1
47 #define register_nmi_handler(t, fn, fg, n, init...) \
49 static struct nmiaction init fn##_na = { \
54 __register_nmi_handler((t), &fn##_na); \