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

/linux-master/arch/x86/include/asm/
H A Dmce.h282 extern void (*deferred_error_int_vector)(void);
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c242 void (*deferred_error_int_vector)(void) = default_deferred_error_interrupt; variable
510 (deferred_error_int_vector != amd_deferred_error_interrupt))
511 deferred_error_int_vector = amd_deferred_error_interrupt;
810 deferred_error_int_vector();

Completed in 118 milliseconds