Searched refs:X86_TRAP_NMI (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/arch/x86/include/asm/ |
D | trapnr.h | 9 #define X86_TRAP_NMI 2 /* Non-maskable Interrupt */ macro
|
D | idtentry.h | 596 DECLARE_IDTENTRY(X86_TRAP_NMI, exc_nmi_kvm_vmx); 599 DECLARE_IDTENTRY_NMI(X86_TRAP_NMI, exc_nmi); 601 DECLARE_IDTENTRY_RAW(X86_TRAP_NMI, xenpv_exc_nmi);
|
/linux-6.6.21/arch/x86/boot/compressed/ |
D | idt_64.c | 64 set_idt_entry(X86_TRAP_NMI, boot_nmi_trap); in load_stage2_idt()
|
/linux-6.6.21/arch/x86/kernel/ |
D | idt.c | 85 ISTG(X86_TRAP_NMI, asm_exc_nmi, IST_INDEX_NMI),
|
/linux-6.6.21/arch/x86/mm/ |
D | extable.c | 313 if (trapnr == X86_TRAP_NMI) in early_fixup_exception()
|
/linux-6.6.21/arch/x86/platform/uv/ |
D | uv_nmi.c | 902 ret = kgdb_nmicallin(cpu, X86_TRAP_NMI, regs, reason, in uv_call_kgdb_kdb()
|