Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c136 static void amd_threshold_interrupt(void);
492 if ((offset == new) && (mce_threshold_vector != amd_threshold_interrupt)) in prepare_threshold_block()
493 mce_threshold_vector = amd_threshold_interrupt; in prepare_threshold_block()
644 static void amd_threshold_interrupt(void) in amd_threshold_interrupt() function