Searched refs:crashlog (Results 1 – 7 of 7) sorted by relevance
56 What: /sys/class/intel_pmt/crashlog<x>63 recording. Each crashlog<x> device has an associated crashlog69 What: /sys/class/intel_pmt/crashlog<x>/crashlog74 (RO) The crashlog buffer for this crashlog device. This file77 What: /sys/class/intel_pmt/crashlog<x>/guid86 What: /sys/class/intel_pmt/crashlog<x>/size92 to the size for the crashlog buffer.94 What: /sys/class/intel_pmt/crashlog<x>/offset100 to the mapping for the crashlog device.102 What: /sys/class/intel_pmt/crashlog<x>/enable[all …]
35 The Intel Platform Monitoring Technology (PMT) crashlog driver provides36 access to hardware crashlog capabilities on devices that support the
230 struct crashlog_entry *crashlog; in pmt_crashlog_header_decode() local236 crashlog = container_of(entry, struct crashlog_entry, entry); in pmt_crashlog_header_decode()237 mutex_init(&crashlog->control_mutex); in pmt_crashlog_header_decode()
12 pmt_crashlog-y := crashlog.o
7 apple-rtkit-y = rtkit.o rtkit-crashlog.o
59 void (*crashed)(void *cookie, const void *crashlog, size_t crashlog_size);
224 static void apple_nvme_rtkit_crashed(void *cookie, const void *crashlog, size_t crashlog_size) in apple_nvme_rtkit_crashed() argument