Home
last modified time | relevance | path

Searched full:kmsg_dump_oops (Results 1 – 15 of 15) sorted by relevance

/linux/include/linux/
H A Dkmsg_dump.h20 * KMSG_DUMP_OOPS will not be logged by default unless printk.always_kmsg_dump
26 KMSG_DUMP_OOPS, enumerator
H A Dpstore.h107 * KMSG_DUMP_OOPS when false, or KMSG_DUMP_MAX when
/linux/Documentation/admin-guide/
H A Dramoops.rst45 ``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 Dpstore-blk.rst148 ``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/drivers/mtd/
H A Dmtdoops.c308 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/drivers/platform/chrome/
H A Dchromeos_pstore.c61 .max_reason = KMSG_DUMP_OOPS,
/linux/Documentation/devicetree/bindings/reserved-memory/
H A Dramoops.yaml86 If unset, it will be 2 (KMSG_DUMP_OOPS), otherwise 5 (KMSG_DUMP_MAX).
/linux/fs/pstore/
H A DKconfig151 2 (KMSG_DUMP_OOPS), see include/linux/kmsg_dump.h's
H A Dram.c679 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 Dzone.c435 if (hdr->reason == KMSG_DUMP_OOPS) in psz_kmsg_recover_meta()
733 if (hdr->reason == KMSG_DUMP_OOPS) in psz_write_kmsg_hdr()
H A Dplatform.c355 if (ret == 0 && detail->reason == KMSG_DUMP_OOPS) { in pstore_dump()
/linux/kernel/
H A Dpanic.c712 kmsg_dump(KMSG_DUMP_OOPS); in oops_exit()
/linux/arch/powerpc/kernel/
H A Dnvram_64.c662 case KMSG_DUMP_OOPS: in oops_to_nvram()
H A Dtraps.c475 kmsg_dump(KMSG_DUMP_OOPS); in DEFINE_INTERRUPT_HANDLER_NMI()
/linux/kernel/printk/
H A Dprintk.c4688 case KMSG_DUMP_OOPS: in kmsg_dump_reason_str()
4723 * to KMSG_DUMP_OOPS, unless always_kmsg_dump was set. in kmsg_dump_desc()
4727 KMSG_DUMP_OOPS; in kmsg_dump_desc()