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

/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c87 .bootlog = -1,
1816 if (!mca_cfg.bootlog)
1897 if (c->x86 < 0x11 && cfg->bootlog < 0) {
1902 cfg->bootlog = 0;
1948 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0)
1949 cfg->bootlog = 0;
1975 if (cfg->bootlog != 0)
2314 * mce=bootlog Log MCEs from before booting. Disabled by default on AMD Fam10h
2342 else if (!strcmp(str, "bootlog") || !strcmp(str, "nobootlog"))
2343 cfg->bootlog
[all...]
H A Dinternal.h187 s8 bootlog; member in struct:mca_config

Completed in 338 milliseconds