Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h368 extern int mce_threshold_remove_device(unsigned int cpu);
376 static inline int mce_threshold_remove_device(unsigned int cpu) { return 0; }; in mce_threshold_remove_device() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Damd.c1474 int mce_threshold_remove_device(unsigned int cpu) in mce_threshold_remove_device() function
H A Dcore.c2664 mce_threshold_remove_device(cpu); in mce_cpu_pre_down()