Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmce.h253 extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu);
/arch/x86/kernel/cpu/mcheck/
Dmce.c2186 void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); variable
2454 if (threshold_cpu_callback) in mce_cpu_callback()
2455 threshold_cpu_callback(action, cpu); in mce_cpu_callback()
2458 if (threshold_cpu_callback) in mce_cpu_callback()
2459 threshold_cpu_callback(action, cpu); in mce_cpu_callback()
Dmce_amd.c881 threshold_cpu_callback = amd_64_threshold_cpu_callback; in threshold_init_device()