Searched refs:bootlog (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/accel/qaic/ |
D | qaic_debugfs.c | 54 list_for_each_entry(page, &qdev->bootlog, node) { in bootlog_show() 164 list_add_tail(&page->node, &qdev->bootlog); in alloc_bootlog_page() 175 list_for_each_entry_safe(page, i, &qdev->bootlog, node) { in reset_bootlog() 192 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node); in bootlog_get_space() 210 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node); in bootlog_commit()
|
D | qaic.h | 157 struct list_head bootlog; member
|
D | qaic_drv.c | 411 INIT_LIST_HEAD(&qdev->bootlog); in create_qdev()
|
/linux-6.12.1/arch/arm64/boot/dts/amd/ |
D | elba-flash-parts.dtsi | 63 label = "bootlog";
|
/linux-6.12.1/arch/x86/kernel/cpu/mce/ |
D | core.c | 87 .bootlog = -1, 1823 if (!mca_cfg.bootlog) in __mcheck_cpu_init_generic() 1904 if (c->x86 < 0x11 && cfg->bootlog < 0) { in __mcheck_cpu_apply_quirks() 1909 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks() 1955 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks() 1956 cfg->bootlog = 0; in __mcheck_cpu_apply_quirks() 1982 if (cfg->bootlog != 0) in __mcheck_cpu_apply_quirks() 2350 cfg->bootlog = (str[0] == 'b'); in mcheck_enable()
|
D | internal.h | 187 s8 bootlog; member
|
/linux-6.12.1/Documentation/accel/qaic/ |
D | aic100.rst | 150 * SBL offloads the bootlog to the host. 212 | QAIC_LOGGING | 12 & 13 | SBL | Used by the SBL to send the bootlog to |
|
/linux-6.12.1/Documentation/arch/x86/x86_64/ |
D | boot-options.rst | 41 mce=bootlog
|