Home
last modified time | relevance | path

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

/linux/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)) in deferred_error_interrupt_enable()
511 deferred_error_int_vector = amd_deferred_error_interrupt; in deferred_error_interrupt_enable()
810 deferred_error_int_vector(); in DEFINE_IDTENTRY_SYSVEC()
/linux/arch/x86/include/asm/
H A Dmce.h285 extern void (*deferred_error_int_vector)(void);