Home
last modified time | relevance | path

Searched refs:crashlog (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-intel_pmt56 What: /sys/class/intel_pmt/crashlog<x>
63 recording. Each crashlog<x> device has an associated crashlog
69 What: /sys/class/intel_pmt/crashlog<x>/crashlog
74 (RO) The crashlog buffer for this crashlog device. This file
77 What: /sys/class/intel_pmt/crashlog<x>/guid
86 What: /sys/class/intel_pmt/crashlog<x>/size
92 to the size for the crashlog buffer.
94 What: /sys/class/intel_pmt/crashlog<x>/offset
100 to the mapping for the crashlog device.
102 What: /sys/class/intel_pmt/crashlog<x>/enable
[all …]
/linux-6.15/drivers/platform/x86/intel/pmt/
H A DKconfig35 The Intel Platform Monitoring Technology (PMT) crashlog driver provides
36 access to hardware crashlog capabilities on devices that support the
H A Dcrashlog.c230 struct crashlog_entry *crashlog; in pmt_crashlog_header_decode() local
236 crashlog = container_of(entry, struct crashlog_entry, entry); in pmt_crashlog_header_decode()
237 mutex_init(&crashlog->control_mutex); in pmt_crashlog_header_decode()
H A DMakefile12 pmt_crashlog-y := crashlog.o
/linux-6.15/drivers/soc/apple/
H A DMakefile7 apple-rtkit-y = rtkit.o rtkit-crashlog.o
/linux-6.15/include/linux/soc/apple/
H A Drtkit.h59 void (*crashed)(void *cookie, const void *crashlog, size_t crashlog_size);
/linux-6.15/drivers/nvme/host/
H A Dapple.c224 static void apple_nvme_rtkit_crashed(void *cookie, const void *crashlog, size_t crashlog_size) in apple_nvme_rtkit_crashed() argument