Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/x86/include/asm/
Dirq_vectors.h88 #define DEFERRED_ERROR_VECTOR 0xf4 macro
/linux-5.19.10/arch/x86/include/asm/
Dirq_vectors.h88 #define DEFERRED_ERROR_VECTOR 0xf4 macro
Didtentry.h667 DECLARE_IDTENTRY_SYSVEC(DEFERRED_ERROR_VECTOR, sysvec_deferred_error);
/linux-5.19.10/arch/x86/kernel/cpu/mce/
Damd.c248 pr_err("Unexpected deferred interrupt at vector %x\n", DEFERRED_ERROR_VECTOR); in default_deferred_error_interrupt()
492 if (reserved < 0 && !setup_APIC_eilvt(new, DEFERRED_ERROR_VECTOR, in setup_APIC_deferred_error()
762 trace_deferred_error_apic_entry(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
765 trace_deferred_error_apic_exit(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
Dinject.c420 asm volatile("int %0" :: "i" (DEFERRED_ERROR_VECTOR)); in trigger_dfr_int()
/linux-5.19.10/arch/x86/kernel/
Didt.c147 INTG(DEFERRED_ERROR_VECTOR, asm_sysvec_deferred_error),