Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/mce/
Damd.c250 void (*deferred_error_int_vector)(void) = default_deferred_error_interrupt; variable
518 (deferred_error_int_vector != amd_deferred_error_interrupt)) in deferred_error_interrupt_enable()
519 deferred_error_int_vector = amd_deferred_error_interrupt; in deferred_error_interrupt_enable()
760 deferred_error_int_vector(); in DEFINE_IDTENTRY_SYSVEC()
/linux-6.6.21/arch/x86/include/asm/
Dmce.h282 extern void (*deferred_error_int_vector)(void);