Home
last modified time | relevance | path

Searched refs:bios_cmci_threshold (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dintel.c295 if (!mca_cfg.bios_cmci_threshold) { in cmci_discover()
300 * If bios_cmci_threshold boot option was specified in cmci_discover()
322 if (mca_cfg.bios_cmci_threshold && bios_zero_thresh && in cmci_discover()
330 if (mca_cfg.bios_cmci_threshold && bios_wrong_thresh) { in cmci_discover()
332 "bios_cmci_threshold: Some banks do not have valid thresholds set\n"); in cmci_discover()
334 "bios_cmci_threshold: Make sure your BIOS supports this boot option\n"); in cmci_discover()
H A Dinternal.h129 bios_cmci_threshold : 1, member
H A Dcore.c2185 * mce=bios_cmci_threshold Don't program the CMCI threshold
2212 else if (!strcmp(str, "bios_cmci_threshold")) in mcheck_enable()
2213 cfg->bios_cmci_threshold = 1; in mcheck_enable()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dintel.c302 if (!mca_cfg.bios_cmci_threshold) { in cmci_discover()
307 * If bios_cmci_threshold boot option was specified in cmci_discover()
329 if (mca_cfg.bios_cmci_threshold && bios_zero_thresh && in cmci_discover()
337 if (mca_cfg.bios_cmci_threshold && bios_wrong_thresh) { in cmci_discover()
339 "bios_cmci_threshold: Some banks do not have valid thresholds set\n"); in cmci_discover()
341 "bios_cmci_threshold: Make sure your BIOS supports this boot option\n"); in cmci_discover()
H A Dinternal.h120 bios_cmci_threshold : 1, member
H A Dcore.c2267 * mce=bios_cmci_threshold Don't program the CMCI threshold
2294 else if (!strcmp(str, "bios_cmci_threshold")) in mcheck_enable()
2295 cfg->bios_cmci_threshold = 1; in mcheck_enable()

Completed in 9 milliseconds