Searched refs:KMSG_DUMP_OOPS (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | kmsg_dump.h | 26 KMSG_DUMP_OOPS, enumerator
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_pstore.c | 65 .max_reason = KMSG_DUMP_OOPS,
|
| /linux/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/fs/pstore/ |
| H A D | ram.c | 679 pdata->max_reason = KMSG_DUMP_OOPS; in ramoops_parse_dt() 956 pdata.max_reason = ramoops_dump_oops ? KMSG_DUMP_OOPS in ramoops_register_dummy() 960 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/kernel/ |
| H A D | panic.c | 1024 kmsg_dump(KMSG_DUMP_OOPS);
|
| /linux/arch/powerpc/kernel/ |
| H A D | nvram_64.c | 662 case KMSG_DUMP_OOPS: in oops_to_nvram()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 4831 case KMSG_DUMP_OOPS: in kmsg_dump_desc() 4866 * to KMSG_DUMP_OOPS, unless always_kmsg_dump was set. in kmsg_dump_get_line() 4870 KMSG_DUMP_OOPS; in kmsg_dump_get_line()
|