Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dentry_arch.h54 BUILD_INTERRUPT(deferred_error_interrupt, DEFERRED_ERROR_VECTOR)
Dirq_vectors.h88 #define DEFERRED_ERROR_VECTOR 0xf4 macro
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Damd.c203 pr_err("Unexpected deferred interrupt at vector %x\n", DEFERRED_ERROR_VECTOR); in default_deferred_error_interrupt()
445 if (reserved < 0 && !setup_APIC_eilvt(new, DEFERRED_ERROR_VECTOR, in setup_APIC_deferred_error()
911 trace_deferred_error_apic_entry(DEFERRED_ERROR_VECTOR); in smp_deferred_error_interrupt()
914 trace_deferred_error_apic_exit(DEFERRED_ERROR_VECTOR); in smp_deferred_error_interrupt()
Dinject.c404 asm volatile("int %0" :: "i" (DEFERRED_ERROR_VECTOR)); in trigger_dfr_int()
/Linux-v5.4/arch/x86/kernel/
Didt.c128 INTG(DEFERRED_ERROR_VECTOR, deferred_error_interrupt),
/Linux-v5.4/arch/x86/entry/
Dentry_64.S844 apicinterrupt DEFERRED_ERROR_VECTOR deferred_error_interrupt smp_deferred_error_interrupt