Home
last modified time | relevance | path

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

123

/Linux-v6.6/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.6/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.6/include/linux/
Dpstore_ram.h22 * Ramoops platform data
23 * @mem_size memory size for ramoops
24 * @mem_address physical memory address to contain ramoops
/Linux-v6.6/fs/pstore/
DMakefile13 ramoops-objs += ram.o ram_core.o
14 obj-$(CONFIG_PSTORE_RAM) += ramoops.o
Dram.c187 * Ramoops headers provide time stamps for PSTORE_TYPE_DMESG, but in ramoops_pstore_read()
443 .name = "ramoops",
545 label = kasprintf(GFP_KERNEL, "ramoops:%s", name); in ramoops_init_przs()
547 label = kasprintf(GFP_KERNEL, "ramoops:%s(%d/%d)", in ramoops_init_przs()
596 label = kasprintf(GFP_KERNEL, "ramoops:%s", name); in ramoops_init_prz()
699 * "ramoops" straight under the root node which isn't in ramoops_parse_dt()
729 * Only a single ramoops area allowed at a time, so fail extra in ramoops_probe()
853 * through /sys/module/ramoops/parameters/ in ramoops_probe()
892 { .compatible = "ramoops" },
900 .name = "ramoops",
[all …]
DKconfig51 data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
80 "ramoops.ko".
82 For more information, see Documentation/admin-guide/ramoops.rst.
/Linux-v6.6/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.6/arch/arm64/boot/dts/qcom/
Dsdm450-motorola-ali.dts36 ramoops@ef000000 {
37 compatible = "ramoops";
Dsm4250-oneplus-billie2.dts45 ramoops@cbe00000 {
46 compatible = "ramoops";
Dsdm632-motorola-ocean.dts82 ramoops@ef000000 {
83 compatible = "ramoops";
Dmsm8992-lg-bullhead.dtsi45 ramoops@1ff00000 {
46 compatible = "ramoops";
Dmsm8953-motorola-potter.dts81 ramoops@ef000000 {
82 compatible = "ramoops";
Dmsm8953-xiaomi-mido.dts81 ramoops@9ff00000 {
82 compatible = "ramoops";
Dmsm8953-xiaomi-tissot.dts61 ramoops@9ff00000 {
62 compatible = "ramoops";
Dmsm8956-sony-xperia-loire.dtsi35 ramoops@57f00000 {
36 compatible = "ramoops";
Dmsm8953-xiaomi-vince.dts59 ramoops@9ff00000 {
60 compatible = "ramoops";
Dsm6375-sony-xperia-murray-pdx225.dts72 ramoops@ffc40000 {
73 compatible = "ramoops";
Dsm6115p-lenovo-j606f.dts57 ramoops@ffc00000 {
58 compatible = "ramoops";
Dsm6125-xiaomi-laurel-sprout.dts50 pstore_mem: ramoops@ffc00000 {
51 compatible = "ramoops";
/Linux-v6.6/arch/arm/boot/dts/aspeed/
Daspeed-bmc-vegman.dtsi33 ramoops@9eff0000{
34 compatible = "ramoops";
/Linux-v6.6/Documentation/translations/zh_TW/admin-guide/
Dindex.rst49 ramoops
/Linux-v6.6/arch/arm/boot/dts/qcom/
Dqcom-apq8064-asus-nexus7-flo.dts25 ramoops@88d00000 {
26 compatible = "ramoops";
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/
Dindex.rst48 * ramoops
/Linux-v6.6/arch/arm64/boot/dts/hisilicon/
Dhi6220-hikey.dts36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
54 ramoops@21f00000 {
55 compatible = "ramoops";

123