Searched refs:KMSG_DUMP_OOPS (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/mtd/ |
A D | mtdoops.c | 283 if (reason == KMSG_DUMP_OOPS && !dump_oops) in mtdoops_do_dump() 294 if (reason != KMSG_DUMP_OOPS) { in mtdoops_do_dump() 341 cxt->dump.max_reason = KMSG_DUMP_OOPS; in mtdoops_notify_add()
|
/linux/include/linux/ |
A D | kmsg_dump.h | 26 KMSG_DUMP_OOPS, enumerator
|
/linux/drivers/platform/chrome/ |
A D | chromeos_pstore.c | 61 .max_reason = KMSG_DUMP_OOPS,
|
/linux/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/fs/pstore/ |
A D | ram.c | 663 pdata->max_reason = KMSG_DUMP_OOPS; in ramoops_parse_dt() 933 pdata.max_reason = ramoops_dump_oops ? KMSG_DUMP_OOPS in ramoops_register_dummy() 937 pdata.max_reason = KMSG_DUMP_OOPS; in ramoops_register_dummy()
|
A D | platform.c | 462 if (ret == 0 && reason == KMSG_DUMP_OOPS) { in pstore_dump()
|
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()
|
A D | Kconfig | 232 2 (KMSG_DUMP_OOPS), see include/linux/kmsg_dump.h's
|
/linux/kernel/ |
A D | panic.c | 566 kmsg_dump(KMSG_DUMP_OOPS); in oops_exit()
|
/linux/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/drivers/firmware/efi/ |
A D | efi-pstore.c | 271 if (record->reason == KMSG_DUMP_OOPS && try_module_get(THIS_MODULE)) in efi_pstore_write()
|
/linux/arch/powerpc/kernel/ |
A D | nvram_64.c | 662 case KMSG_DUMP_OOPS: in oops_to_nvram()
|
A D | traps.c | 472 kmsg_dump(KMSG_DUMP_OOPS); in DEFINE_INTERRUPT_HANDLER_NMI()
|
/linux/kernel/printk/ |
A D | printk.c | 3385 case KMSG_DUMP_OOPS: in kmsg_dump_reason_str() 3419 KMSG_DUMP_OOPS; in kmsg_dump()
|
Completed in 34 milliseconds