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

/linux-master/drivers/accel/qaic/
H A Dqaic_debugfs.c28 /* Buffer for bootlog messages */
37 /* Node in list of bootlog pages maintained by root device struct */
41 /* Offset for the next bootlog */
54 list_for_each_entry(page, &qdev->bootlog, node) {
141 debugfs_create_file("bootlog", 0400, debugfs_root, qdev, &bootlog_fops);
164 list_add_tail(&page->node, &qdev->bootlog);
175 list_for_each_entry_safe(page, i, &qdev->bootlog, node) {
192 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node);
210 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node);
H A Dqaic.h156 /* Head of list of page allocated by MHI bootlog device */
157 struct list_head bootlog; member in struct:qaic_device
158 /* MHI bootlog channel device */
160 /* Work queue for tasks related to MHI bootlog device */
162 /* Synchronizes access of pages in MHI bootlog device */
H A Dqaic_drv.c411 INIT_LIST_HEAD(&qdev->bootlog);
/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 297 milliseconds