deferred_error_int_vector  252 arch/x86/include/asm/mce.h extern void (*deferred_error_int_vector)(void);
deferred_error_int_vector  205 arch/x86/kernel/cpu/mce/amd.c void (*deferred_error_int_vector)(void) = default_deferred_error_interrupt;
deferred_error_int_vector  469 arch/x86/kernel/cpu/mce/amd.c 	    (deferred_error_int_vector != amd_deferred_error_interrupt))
deferred_error_int_vector  470 arch/x86/kernel/cpu/mce/amd.c 		deferred_error_int_vector = amd_deferred_error_interrupt;
deferred_error_int_vector  913 arch/x86/kernel/cpu/mce/amd.c 	deferred_error_int_vector();