Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
Dinternal.h132 s8 bootlog; member
Dcore.c89 .bootlog = -1,
1664 if (!mca_cfg.bootlog) in __mcheck_cpu_init_generic()
1773 if (c->x86 < 0x11 && cfg->bootlog < 0) { in __mcheck_cpu_apply_quirks()
1778 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks()
1821 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks()
1822 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks()
1841 if (cfg->bootlog != 0) in __mcheck_cpu_apply_quirks()
2205 cfg->bootlog = (str[0] == 'b'); in mcheck_enable()