Searched refs:X86_TRAP_NMI (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | idtentry.h | 592 DECLARE_IDTENTRY(X86_TRAP_NMI, exc_nmi_noist); 597 DECLARE_IDTENTRY_NMI(X86_TRAP_NMI, exc_nmi); 599 DECLARE_IDTENTRY_RAW(X86_TRAP_NMI, xenpv_exc_nmi);
|
| H A D | trapnr.h | 9 #define X86_TRAP_NMI 2 /* Non-maskable Interrupt */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | idt.c | 77 INTG(X86_TRAP_NMI, asm_exc_nmi), 230 ISTG(X86_TRAP_NMI, asm_exc_nmi, IST_INDEX_NMI),
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | extable.c | 193 if (trapnr == X86_TRAP_NMI) in early_fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/uv/ |
| H A D | uv_nmi.c | 905 ret = kgdb_nmicallin(cpu, X86_TRAP_NMI, regs, reason, in uv_call_kgdb_kdb()
|