Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c71 void (*deferred_error_int_vector)(void) = default_deferred_error_interrupt; variable
243 (deferred_error_int_vector != amd_deferred_error_interrupt)) in deferred_error_interrupt_enable()
244 deferred_error_int_vector = amd_deferred_error_interrupt; in deferred_error_interrupt_enable()
339 deferred_error_int_vector(); in __smp_deferred_error_interrupt()
/linux-4.4.14/arch/x86/include/asm/
Dmce.h256 extern void (*deferred_error_int_vector)(void);