Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c190 void (*deferred_error_int_vector)(void) = default_deferred_error_interrupt; variable
430 (deferred_error_int_vector != amd_deferred_error_interrupt)) in deferred_error_interrupt_enable()
431 deferred_error_int_vector = amd_deferred_error_interrupt; in deferred_error_interrupt_enable()
833 deferred_error_int_vector(); in smp_deferred_error_interrupt()
/Linux-v4.19/arch/x86/include/asm/
Dmce.h254 extern void (*deferred_error_int_vector)(void);