search for: declare_trap_handler

Displaying 1 result from an estimated 1 matches for "declare_trap_handler".

2012 Dec 12
7
[PATCH V5] x86/kexec: Change NMI and MCE handling on kexec path
...\ (desc)[0].b = (desc)[1].b = 0; \ diff -r ef8c1b607b10 -r 96b068439bc4 xen/include/asm-x86/processor.h --- a/xen/include/asm-x86/processor.h +++ b/xen/include/asm-x86/processor.h @@ -527,6 +527,7 @@ void do_ ## _name(struct cpu_user_regs * DECLARE_TRAP_HANDLER(divide_error); DECLARE_TRAP_HANDLER(debug); DECLARE_TRAP_HANDLER(nmi); +DECLARE_TRAP_HANDLER(nmi_crash); DECLARE_TRAP_HANDLER(int3); DECLARE_TRAP_HANDLER(overflow); DECLARE_TRAP_HANDLER(bounds); @@ -545,6 +546,9 @@ DECLARE_TRAP_HANDLER(alignment_check); DECLARE_TRAP_HANDLER(spurious_interrupt...