Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmce.h218 extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu);
/arch/x86/kernel/cpu/mcheck/
Dmce.c2127 void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); variable
2386 if (threshold_cpu_callback) in mce_cpu_callback()
2387 threshold_cpu_callback(action, cpu); in mce_cpu_callback()
2390 if (threshold_cpu_callback) in mce_cpu_callback()
2391 threshold_cpu_callback(action, cpu); in mce_cpu_callback()
Dmce_amd.c768 threshold_cpu_callback = amd_64_threshold_cpu_callback; in threshold_init_device()