Searched refs:KMSG_DUMP_OOPS (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/drivers/mtd/ |
| H A D | mtdoops.c | 308 if (detail->reason == KMSG_DUMP_OOPS && !dump_oops) in mtdoops_do_dump() 320 if (detail->reason != KMSG_DUMP_OOPS) { in mtdoops_do_dump() 367 cxt->dump.max_reason = KMSG_DUMP_OOPS; in mtdoops_notify_add()
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | chromeos_pstore.c | 61 .max_reason = KMSG_DUMP_OOPS,
|
| /linux-6.15/include/linux/ |
| H A D | kmsg_dump.h | 26 KMSG_DUMP_OOPS, enumerator
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | ramoops.rst | 45 ``max_reason`` should be set to 2 (KMSG_DUMP_OOPS), to store only Panics 48 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
|
| H 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.15/fs/pstore/ |
| H A D | ram.c | 679 pdata->max_reason = KMSG_DUMP_OOPS; in ramoops_parse_dt() 954 pdata.max_reason = ramoops_dump_oops ? KMSG_DUMP_OOPS in ramoops_register_dummy() 958 pdata.max_reason = KMSG_DUMP_OOPS; in ramoops_register_dummy()
|
| H A D | platform.c | 356 if (ret == 0 && detail->reason == KMSG_DUMP_OOPS) { in pstore_dump()
|
| H A D | Kconfig | 151 2 (KMSG_DUMP_OOPS), see include/linux/kmsg_dump.h's
|
| H 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.15/Documentation/devicetree/bindings/reserved-memory/ |
| H A D | ramoops.yaml | 86 If unset, it will be 2 (KMSG_DUMP_OOPS), otherwise 5 (KMSG_DUMP_MAX).
|
| /linux-6.15/kernel/ |
| H A D | panic.c | 713 kmsg_dump(KMSG_DUMP_OOPS); in oops_exit()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | nvram_64.c | 662 case KMSG_DUMP_OOPS: in oops_to_nvram()
|
| H A D | traps.c | 474 kmsg_dump(KMSG_DUMP_OOPS); in DEFINE_INTERRUPT_HANDLER_NMI()
|
| /linux-6.15/kernel/printk/ |
| H A D | printk.c | 4719 case KMSG_DUMP_OOPS: in kmsg_dump_reason_str() 4758 KMSG_DUMP_OOPS; in kmsg_dump_desc()
|