Searched refs:DEFERRED_ERROR_VECTOR (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | irq_vectors.h | 88 #define DEFERRED_ERROR_VECTOR 0xf4 macro
|
H A D | idtentry.h | 653 DECLARE_IDTENTRY_SYSVEC(DEFERRED_ERROR_VECTOR, sysvec_deferred_error);
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | irq_vectors.h | 88 #define DEFERRED_ERROR_VECTOR 0xf4 macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | irq_vectors.h | 81 #define DEFERRED_ERROR_VECTOR 0xf4 macro
|
H A D | idtentry.h | 666 DECLARE_IDTENTRY_SYSVEC(DEFERRED_ERROR_VECTOR, sysvec_deferred_error);
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | irq_vectors.h | 81 #define DEFERRED_ERROR_VECTOR 0xf4 macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | idt.c | 131 INTG(DEFERRED_ERROR_VECTOR, asm_sysvec_deferred_error),
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | idt.c | 146 INTG(DEFERRED_ERROR_VECTOR, asm_sysvec_deferred_error),
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 210 pr_err("Unexpected deferred interrupt at vector %x\n", DEFERRED_ERROR_VECTOR); in default_deferred_error_interrupt() 456 if (reserved < 0 && !setup_APIC_eilvt(new, DEFERRED_ERROR_VECTOR, in setup_APIC_deferred_error() 926 trace_deferred_error_apic_entry(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC() 929 trace_deferred_error_apic_exit(DEFERRED_ERROR_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
|
H A D | inject.c | 404 asm volatile("int %0" :: "i" (DEFERRED_ERROR_VECTOR)); in trigger_dfr_int()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 248 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 D | inject.c | 423 asm volatile("int %0" :: "i" (DEFERRED_ERROR_VECTOR)); in trigger_dfr_int()
|
Completed in 9 milliseconds