Searched refs:KMSG_DUMP_OOPS (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/mtd/ |
D | mtdoops.c | 293 if (reason == KMSG_DUMP_OOPS && !dump_oops) in mtdoops_do_dump() 305 if (reason != KMSG_DUMP_OOPS) { in mtdoops_do_dump() 352 cxt->dump.max_reason = KMSG_DUMP_OOPS; in mtdoops_notify_add()
|
/linux-6.1.9/include/linux/ |
D | kmsg_dump.h | 26 KMSG_DUMP_OOPS, enumerator
|
/linux-6.1.9/drivers/platform/chrome/ |
D | chromeos_pstore.c | 61 .max_reason = KMSG_DUMP_OOPS,
|
/linux-6.1.9/Documentation/admin-guide/ |
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,
|
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.1.9/fs/pstore/ |
D | ram.c | 663 pdata->max_reason = KMSG_DUMP_OOPS; in ramoops_parse_dt() 935 pdata.max_reason = ramoops_dump_oops ? KMSG_DUMP_OOPS in ramoops_register_dummy() 939 pdata.max_reason = KMSG_DUMP_OOPS; in ramoops_register_dummy()
|
D | platform.c | 461 if (ret == 0 && reason == KMSG_DUMP_OOPS) { in pstore_dump()
|
D | Kconfig | 233 2 (KMSG_DUMP_OOPS), see include/linux/kmsg_dump.h's
|
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.1.9/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.yaml | 86 If unset, it will be 2 (KMSG_DUMP_OOPS), otherwise 5 (KMSG_DUMP_MAX).
|
/linux-6.1.9/kernel/ |
D | panic.c | 634 kmsg_dump(KMSG_DUMP_OOPS); in oops_exit()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | nvram_64.c | 662 case KMSG_DUMP_OOPS: in oops_to_nvram()
|
D | traps.c | 475 kmsg_dump(KMSG_DUMP_OOPS); in DEFINE_INTERRUPT_HANDLER_NMI()
|
/linux-6.1.9/kernel/printk/ |
D | printk.c | 3629 case KMSG_DUMP_OOPS: in kmsg_dump_reason_str() 3663 KMSG_DUMP_OOPS; in kmsg_dump()
|