Home
last modified time | relevance | path

Searched full:ramoops (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v6.1/Documentation/admin-guide/
Dramoops.rst1 Ramoops oops/panic logger
11 Ramoops is an oops/panic logger that writes its logs to RAM before the system
12 crashes. It works by logging oopses and panics in a circular buffer. Ramoops
16 Ramoops concepts
19 Ramoops uses a predefined memory area to store the dump. The start and size
52 Ramoops also supports software ECC protection of persistent memory regions.
60 Setting the ramoops parameters can be done in several different manners:
64 boot and then use the reserved memory for ramoops. For example, assuming a
67 ramoops region at 128 MB boundary::
69 mem=128M ramoops.mem_address=0x8000000 ramoops.ecc=1
[all …]
Dindex.rst43 ramoops
/Linux-v6.1/Documentation/devicetree/bindings/reserved-memory/
Dramoops.yaml4 $id: "http://devicetree.org/schemas/reserved-memory/ramoops.yaml#"
7 title: Ramoops oops/panic logger
10 ramoops provides persistent RAM storage for oops and panics, so they can be
12 is named "ramoops" after the backend, rather than "pstore" which is the
34 const: ramoops
92 If present, pass ramoops behavioral flags
136 ramoops@bfdf0000 {
137 compatible = "ramoops";
/Linux-v6.1/fs/pstore/
DMakefile13 ramoops-objs += ram.o ram_core.o
14 obj-$(CONFIG_PSTORE_RAM) += ramoops.o
Dram.c185 * Ramoops headers provide time stamps for PSTORE_TYPE_DMESG, but in ramoops_pstore_read()
441 .name = "ramoops",
535 label = kasprintf(GFP_KERNEL, "ramoops:%s", name); in ramoops_init_przs()
537 label = kasprintf(GFP_KERNEL, "ramoops:%s(%d/%d)", in ramoops_init_przs()
585 label = kasprintf(GFP_KERNEL, "ramoops:%s", name); in ramoops_init_prz()
688 * "ramoops" straight under the root node which isn't in ramoops_parse_dt()
718 * Only a single ramoops area allowed at a time, so fail extra in ramoops_probe()
840 * through /sys/module/ramoops/parameters/ in ramoops_probe()
887 { .compatible = "ramoops" },
895 .name = "ramoops",
[all …]
DKconfig132 data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
161 "ramoops.ko".
163 For more information, see Documentation/admin-guide/ramoops.rst.
/Linux-v6.1/drivers/platform/chrome/
Dchromeos_pstore.c2 // Driver to instantiate Chromebook ramoops device.
65 .name = "ramoops",
98 pr_info("chromeos ramoops using acpi device.\n"); in chromeos_probe_acpi()
/Linux-v6.1/include/linux/
Dpstore_ram.h121 * Ramoops platform data
122 * @mem_size memory size for ramoops
123 * @mem_address physical memory address to contain ramoops
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsm6125-sony-xperia-seine-pdx201.dts70 pstore_mem: ramoops@ffc00000 {
71 compatible = "ramoops";
Dsm8350-sony-xperia-sagami.dtsi68 ramoops@ffc00000 {
69 compatible = "ramoops";
Dmsm8992-lg-bullhead.dtsi40 ramoops@1ff00000 {
41 compatible = "ramoops";
Dsdm845-oneplus-common.dtsi88 ramoops: ramoops@ac300000 { label
89 compatible = "ramoops";
Dmsm8992-xiaomi-libra.dts74 ramoops@dfc00000 {
75 compatible = "ramoops";
Dsdm845-shift-axolotl.dts67 ramoops: ramoops@b0000000 { label
68 compatible = "ramoops";
Dsdm845-sony-xperia-tama.dtsi58 ramoops@ffc00000 {
59 compatible = "ramoops";
Dsdm660-xiaomi-lavender.dts67 ramoops@a0000000 {
68 compatible = "ramoops";
Dsm8150-sony-xperia-kumano.dtsi124 ramoops@ffc00000 {
125 compatible = "ramoops";
Dmsm8994-sony-xperia-kitakami.dtsi73 ramoops@1fe00000 {
74 compatible = "ramoops";
/Linux-v6.1/arch/arm/boot/dts/
Daspeed-bmc-vegman.dtsi33 ramoops@9eff0000{
34 compatible = "ramoops";
Dqcom-apq8064-asus-nexus7-flo.dts24 ramoops@88d00000{
25 compatible = "ramoops";
Dqcom-msm8974-sony-xperia-rhine.dtsi58 ramoops@3e8e0000 {
59 compatible = "ramoops";
/Linux-v6.1/Documentation/translations/zh_TW/admin-guide/
Dindex.rst49 ramoops
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dindex.rst48 * ramoops
/Linux-v6.1/arch/arm64/boot/dts/hisilicon/
Dhi6220-hikey.dts36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
54 ramoops@21f00000 {
55 compatible = "ramoops";
/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-am625-sk.dts46 ramoops@9ca00000 {
47 compatible = "ramoops";

12