Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dinternal.h132 s8 bootlog; member
H A Dcore.c89 .bootlog = -1,
1669 if (!mca_cfg.bootlog) in __mcheck_cpu_init_generic()
1778 if (c->x86 < 0x11 && cfg->bootlog < 0) { in __mcheck_cpu_apply_quirks()
1783 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks()
1826 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks()
1827 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks()
1846 if (cfg->bootlog != 0) in __mcheck_cpu_apply_quirks()
2182 * mce=bootlog Log MCEs from before booting. Disabled by default on AMD Fam10h
2210 else if (!strcmp(str, "bootlog") || !strcmp(str, "nobootlog")) in mcheck_enable()
2211 cfg->bootlog in mcheck_enable()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dcore.c85 .bootlog = -1,
1789 if (!mca_cfg.bootlog) in __mcheck_cpu_init_generic()
1870 if (c->x86 < 0x11 && cfg->bootlog < 0) { in __mcheck_cpu_apply_quirks()
1875 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks()
1921 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks()
1922 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks()
1948 if (cfg->bootlog != 0) in __mcheck_cpu_apply_quirks()
2264 * mce=bootlog Log MCEs from before booting. Disabled by default on AMD Fam10h
2292 else if (!strcmp(str, "bootlog") || !strcmp(str, "nobootlog")) in mcheck_enable()
2293 cfg->bootlog in mcheck_enable()
[all...]
H A Dinternal.h133 s8 bootlog; member

Completed in 8 milliseconds