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 */ 30 /* Length of bootlog message */ 39 /* Node in list of bootlog pages maintained by root device struct */ 43 /* Offset for the next bootlog */ 56 list_for_each_entry(page, &qdev->bootlog, node) { in bootlog_show() 66 DEFINE_SHOW_ATTRIBUTE(bootlog); 107 debugfs_create_file("bootlog", 0400, debugfs_root, qdev, &bootlog_fops); in qaic_debugfs_init() 130 list_add_tail(&page->node, &qdev->bootlog); in alloc_bootlog_page() 141 list_for_each_entry_safe(page, i, &qdev->bootlog, node) { in reset_bootlog() 158 page = list_last_entry(&qdev->bootlog, struc in bootlog_get_space() [all...] |
| H A D | qaic.h | 182 /* Head of list of page allocated by MHI bootlog device */ 183 struct list_head bootlog; 184 /* MHI bootlog channel device */ 186 /* Work queue for tasks related to MHI bootlog device */ member 188 /* Synchronizes access of pages in MHI bootlog device */
|
| H A D | qaic_drv.c | 459 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 | 87 .bootlog = -1, 1883 if (mca_cfg.bootlog) { in __mcheck_cpu_init_prepare_banks() 1906 if (c->x86 < 0x11 && mca_cfg.bootlog < 0) { 1911 mca_cfg.bootlog = 0; in amd_apply_global_quirks() 1942 if (c->x86_vfm < INTEL_CORE_YONAH && mca_cfg.bootlog < 0) in intel_apply_global_quirks() 1943 mca_cfg.bootlog = 0; in intel_apply_global_quirks() 2240 if (mca_cfg.bootlog != 0) in mca_bsp_init() 2324 * mce=bootlog Log MCEs from before booting. Disabled by default on AMD Fam10h 2352 else if (!strcmp(str, "bootlog") || !strcmp(str, "nobootlog")) in mcheck_enable() 2353 cfg->bootlog in mcheck_enable() [all...] |
| /linux/tools/testing/ktest/ |
| H A D | sample.conf | 780 # dmesg and bootlog in a directory called 790 # bootlog. This option is ignored if DIE_ON_FAILURE is not set. 795 # set, the .config, dmesg and bootlog will not be saved if a
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 3772 bootlog
|