Home
last modified time | relevance | path

Searched full:ramoops (Results 1 – 25 of 75) 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.
65 .name = "ramoops",
98 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 Dram.c191 * Ramoops headers provide time stamps for PSTORE_TYPE_DMESG, but in ramoops_pstore_read()
447 .name = "ramoops",
550 label = kasprintf(GFP_KERNEL, "ramoops:%s", name); in ramoops_init_przs()
552 label = kasprintf(GFP_KERNEL, "ramoops:%s(%d/%d)", in ramoops_init_przs()
601 label = kasprintf(GFP_KERNEL, "ramoops:%s", name); in ramoops_init_prz()
704 * "ramoops" straight under the root node which isn't in ramoops_parse_dt()
734 * Only a single ramoops area allowed at a time, so fail extra in ramoops_probe()
858 * through /sys/module/ramoops/parameters/ in ramoops_probe()
897 { .compatible = "ramoops" },
906 .name = "ramoops",
[all …]
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/arm/boot/dts/aspeed/
H A Daspeed-bmc-vegman.dtsi33 ramoops@9eff0000{
34 compatible = "ramoops";
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8992-lg-h815.dts43 ramoops@ff00000 {
44 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 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 Dmsm8992-lg-bullhead.dtsi45 ramoops@1ff00000 {
46 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 Dmsm8953-xiaomi-vince.dts59 ramoops@9ff00000 {
60 compatible = "ramoops";
H A Dsm6115p-lenovo-j606f.dts57 ramoops@ffc00000 {
58 compatible = "ramoops";
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos850-e850-96.dts149 ramoops@f0000000 {
150 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/rockchip/
H A Drk3566-lckfb-tspi.dts32 ramoops: ramoops@110000 { label
33 compatible = "ramoops";

123