Home
last modified time | relevance | path

Searched refs:deferred_error_int_vector (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Damd.c205 void (*deferred_error_int_vector)(void) = default_deferred_error_interrupt; variable
469 (deferred_error_int_vector != amd_deferred_error_interrupt)) in deferred_error_interrupt_enable()
470 deferred_error_int_vector = amd_deferred_error_interrupt; in deferred_error_interrupt_enable()
913 deferred_error_int_vector(); in smp_deferred_error_interrupt()
/Linux-v5.4/arch/x86/include/asm/
Dmce.h252 extern void (*deferred_error_int_vector)(void);