Searched refs:KMSG_DUMP_OOPS (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/mtd/ |
A D | mtdoops.c | 308 if (reason == KMSG_DUMP_OOPS && !dump_oops) in mtdoops_do_dump() 320 if (reason != KMSG_DUMP_OOPS) { in mtdoops_do_dump() 367 cxt->dump.max_reason = KMSG_DUMP_OOPS; in mtdoops_notify_add()
|
/linux-6.3-rc2/include/linux/ |
A D | kmsg_dump.h | 26 KMSG_DUMP_OOPS, enumerator
|
/linux-6.3-rc2/drivers/platform/chrome/ |
A D | chromeos_pstore.c | 61 .max_reason = KMSG_DUMP_OOPS,
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | ramoops.rst | 43 ``max_reason`` should be set to 2 (KMSG_DUMP_OOPS), to store only Panics 46 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
|
A D | pstore-blk.rst | 148 ``max_reason`` should be set to 2 (KMSG_DUMP_OOPS), to store only Panics 151 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
|
/linux-6.3-rc2/fs/pstore/ |
A D | ram.c | 673 pdata->max_reason = KMSG_DUMP_OOPS; in ramoops_parse_dt() 939 pdata.max_reason = ramoops_dump_oops ? KMSG_DUMP_OOPS in ramoops_register_dummy() 943 pdata.max_reason = KMSG_DUMP_OOPS; in ramoops_register_dummy()
|
A D | platform.c | 464 if (ret == 0 && reason == KMSG_DUMP_OOPS) { in pstore_dump()
|
A D | Kconfig | 233 2 (KMSG_DUMP_OOPS), see include/linux/kmsg_dump.h's
|
A D | zone.c | 435 if (hdr->reason == KMSG_DUMP_OOPS) in psz_kmsg_recover_meta() 733 if (hdr->reason == KMSG_DUMP_OOPS) in psz_write_kmsg_hdr()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/reserved-memory/ |
A D | ramoops.yaml | 86 If unset, it will be 2 (KMSG_DUMP_OOPS), otherwise 5 (KMSG_DUMP_MAX).
|
/linux-6.3-rc2/kernel/ |
A D | panic.c | 644 kmsg_dump(KMSG_DUMP_OOPS); in oops_exit()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | nvram_64.c | 662 case KMSG_DUMP_OOPS: in oops_to_nvram()
|
A D | traps.c | 475 kmsg_dump(KMSG_DUMP_OOPS); in DEFINE_INTERRUPT_HANDLER_NMI()
|
/linux-6.3-rc2/kernel/printk/ |
A D | printk.c | 3953 case KMSG_DUMP_OOPS: in kmsg_dump_reason_str() 3987 KMSG_DUMP_OOPS; in kmsg_dump()
|
Completed in 26 milliseconds