Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dirq_vectors.h
/linux/tools/perf/trace/beauty/arch/x86/include/asm/
H A Dirq_vectors.h83 #define DEFERRED_ERROR_VECTOR 0xf4 macro
/linux/arch/x86/kernel/cpu/mce/
H A Damd.c273 pr_err("Unexpected deferred interrupt at vector %x\n", DEFERRED_ERROR_VECTOR); in default_deferred_error_interrupt()
721 if (!setup_APIC_eilvt(offset, DEFERRED_ERROR_VECTOR, APIC_DELIVERY_MODE_FIXED, 0)) in smca_enable_interrupt_vectors()
853 trace_deferred_error_apic_entry(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
856 trace_deferred_error_apic_exit(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
/linux/arch/x86/kernel/
H A Didt.c150 INTG(DEFERRED_ERROR_VECTOR, asm_sysvec_deferred_error),