Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmce.h337 extern int mce_threshold_remove_device(unsigned int cpu);
344 static inline int mce_threshold_remove_device(unsigned int cpu) { return 0; }; in mce_threshold_remove_device() function
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Damd.c1318 int mce_threshold_remove_device(unsigned int cpu) in mce_threshold_remove_device() function
Dcore.c2685 mce_threshold_remove_device(cpu); in mce_cpu_pre_down()