Searched refs:bootlog (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c87 .bootlog = -1,
1798 if (!mca_cfg.bootlog)
1879 if (c->x86 < 0x11 && cfg->bootlog < 0) {
1884 cfg->bootlog = 0;
1930 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0)
1931 cfg->bootlog = 0;
1957 if (cfg->bootlog != 0)
2296 * mce=bootlog Log MCEs from before booting. Disabled by default on AMD Fam10h
2324 else if (!strcmp(str, "bootlog") || !strcmp(str, "nobootlog"))
2325 cfg->bootlog
[all...]
H A Dinternal.h187 s8 bootlog; member in struct:mca_config

Completed in 132 milliseconds