Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c183 static void amd_threshold_interrupt(void);
538 if ((offset == new) && (mce_threshold_vector != amd_threshold_interrupt)) in prepare_threshold_block()
539 mce_threshold_vector = amd_threshold_interrupt; in prepare_threshold_block()
934 static void amd_threshold_interrupt(void) in amd_threshold_interrupt() function
1411 if (mce_threshold_vector == amd_threshold_interrupt) in threshold_init_device()