Searched full:bootlog (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/accel/qaic/ |
| H A D | qaic_debugfs.c | 28 /* 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) { in bootlog_show() 67 DEFINE_SHOW_ATTRIBUTE(bootlog); 108 debugfs_create_file("bootlog", 0400, debugfs_root, qdev, &bootlog_fops); in qaic_debugfs_init() 131 list_add_tail(&page->node, &qdev->bootlog); in alloc_bootlog_page() 142 list_for_each_entry_safe(page, i, &qdev->bootlog, node) { in reset_bootlog() 159 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node); in bootlog_get_space() 177 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node); in bootlog_commit()
|
| H A D | qaic.h | 185 /* Head of list of page allocated by MHI bootlog device */ 186 struct list_head bootlog; member 187 /* MHI bootlog channel device */ 189 /* Work queue for tasks related to MHI bootlog device */ 191 /* Synchronizes access of pages in MHI bootlog device */
|
| H A D | qaic_drv.c | 461 INIT_LIST_HEAD(&qdev->bootlog); in create_qdev()
|
| /linux/arch/arm64/boot/dts/amd/ |
| H A D | elba-flash-parts.dtsi | 63 label = "bootlog";
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 88 .bootlog = -1, 1909 if (mca_cfg.bootlog) { in __mcheck_cpu_init_prepare_banks() 1932 if (c->x86 < 0x11 && mca_cfg.bootlog < 0) { in amd_apply_global_quirks() 1937 mca_cfg.bootlog = 0; in amd_apply_global_quirks() 1968 if (c->x86_vfm < INTEL_CORE_YONAH && mca_cfg.bootlog < 0) in intel_apply_global_quirks() 1969 mca_cfg.bootlog = 0; in intel_apply_global_quirks() 2266 if (mca_cfg.bootlog != 0) in mca_bsp_init() 2350 * mce=bootlog Log MCEs from before booting. Disabled by default on AMD Fam10h 2378 else if (!strcmp(str, "bootlog") || !strcmp(str, "nobootlog")) in mcheck_enable() 2379 cfg->bootlog = (str[0] == 'b'); in mcheck_enable()
|
| /linux/tools/testing/ktest/ |
| H A D | sample.conf | 774 # dmesg and bootlog in a directory called 784 # bootlog. This option is ignored if DIE_ON_FAILURE is not set. 789 # set, the .config, dmesg and bootlog will not be saved if a
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 3802 bootlog
|