Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dirq_vectors.h81 #define DEFERRED_ERROR_VECTOR 0xf4 macro
H A Didtentry.h666 DECLARE_IDTENTRY_SYSVEC(DEFERRED_ERROR_VECTOR, sysvec_deferred_error);
/openbmc/linux/tools/arch/x86/include/asm/
H A Dirq_vectors.h81 #define DEFERRED_ERROR_VECTOR 0xf4 macro
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c248 pr_err("Unexpected deferred interrupt at vector %x\n", DEFERRED_ERROR_VECTOR); in default_deferred_error_interrupt()
494 if (reserved < 0 && !setup_APIC_eilvt(new, DEFERRED_ERROR_VECTOR, in setup_APIC_deferred_error()
758 trace_deferred_error_apic_entry(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
761 trace_deferred_error_apic_exit(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
H A Dinject.c423 asm volatile("int %0" :: "i" (DEFERRED_ERROR_VECTOR)); in trigger_dfr_int()
/openbmc/linux/arch/x86/kernel/
H A Didt.c146 INTG(DEFERRED_ERROR_VECTOR, asm_sysvec_deferred_error),