Home
last modified time | relevance | path

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

123

/linux/Documentation/admin-guide/
H A 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
54 Ramoops also supports software ECC protection of persistent memory regions.
62 Setting the ramoops parameters can be done in several different manners:
66 boot and then use the reserved memory for ramoops. For example, assuming a
69 ramoops region at 128 MB boundary::
71 mem=128M ramoops.mem_address=0x8000000 ramoops.ecc=1
[all …]
/linux/Documentation/devicetree/bindings/reserved-memory/
H A 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/include/linux/
H A Dpstore_ram.h22 * Ramoops platform data
23 * @mem_size memory size for ramoops
24 * @mem_address physical memory address to contain ramoops
/linux/drivers/platform/chrome/
H A Dchromeos_pstore.c2 // Driver to instantiate Chromebook ramoops device.
14 …C(ecc_size, "ECC parity data size in bytes. A positive value enables ECC for the ramoops region.");
69 .name = "ramoops",
102 pr_info("chromeos ramoops using acpi device.\n"); in chromeos_probe_acpi()
/linux/fs/pstore/
H A DMakefile13 ramoops-objs += ram.o ram_core.o
14 obj-$(CONFIG_PSTORE_RAM) += ramoops.o
H A 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/arch/arm64/boot/dts/qcom/
H A Dsm8250-samsung-common.dtsi47 ramoops@9fa00000 {
48 compatible = "ramoops";
H A Dsm4250-oneplus-billie2.dts45 ramoops@cbe00000 {
46 compatible = "ramoops";
H A Dsdm450-motorola-ali.dts36 ramoops@ef000000 {
37 compatible = "ramoops";
H A Dmsm8992-lg-h815.dts43 ramoops@ff00000 {
44 compatible = "ramoops";
H A Dsdm632-motorola-ocean.dts82 ramoops@ef000000 {
83 compatible = "ramoops";
H A Dmsm8956-sony-xperia-loire.dtsi35 ramoops@57f00000 {
36 compatible = "ramoops";
H A Dmsm8953-motorola-potter.dts81 ramoops@ef000000 {
82 compatible = "ramoops";
H A Dmsm8953-xiaomi-mido.dts81 ramoops@9ff00000 {
82 compatible = "ramoops";
H A Dmsm8953-xiaomi-tissot.dts61 ramoops@9ff00000 {
62 compatible = "ramoops";
H A Dsm6115p-lenovo-j606f.dts57 ramoops@ffc00000 {
58 compatible = "ramoops";
H A Dsm6375-sony-xperia-murray-pdx225.dts72 ramoops@ffc40000 {
73 compatible = "ramoops";
H A Dsm6125-sony-xperia-seine-pdx201.dts77 pstore_mem: ramoops@ffc00000 {
78 compatible = "ramoops";
H A Dsm7125-xiaomi-common.dtsi94 pstore_mem: ramoops@9d800000 {
95 compatible = "ramoops";
H A Dsdm660-xiaomi-lavender.dts67 ramoops@a0000000 {
68 compatible = "ramoops";
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8064-asus-nexus7-flo.dts29 ramoops@88d00000 {
30 compatible = "ramoops";
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi6220-hikey.dts36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
54 ramoops@21f00000 {
55 compatible = "ramoops";
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst47 * ramoops
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dindex.rst50 * ramoops
/linux/arch/arm64/boot/dts/marvell/mmp/
H A Dpxa1908.dtsi67 ramoops@8100000 {
68 compatible = "ramoops";

123