Searched refs:mce_threshold_create_device (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmce.h341 extern int mce_threshold_create_device(unsigned int cpu);
348 static inline int mce_threshold_create_device(unsigned int cpu) { return 0; }; function
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c228 * descriptors to initialize later in mce_threshold_create_device().
1382 * mce_threshold_create_device - Create the per-CPU MCE threshold device
1392 int mce_threshold_create_device(unsigned int cpu) function
H A Dcore.c2738 ret = mce_threshold_create_device(cpu);

Completed in 217 milliseconds