Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmce.h331 extern int mce_threshold_create_device(unsigned int cpu);
336 static inline int mce_threshold_create_device(unsigned int cpu) { return 0; }; in mce_threshold_create_device() function
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c1374 int mce_threshold_create_device(unsigned int cpu) in mce_threshold_create_device() function
1416 int err = mce_threshold_create_device(lcpu); in threshold_init_device()
Dmce.c2312 ret = mce_threshold_create_device(cpu); in mce_cpu_online()