Searched refs:crashlog (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/platform/x86/intel/pmt/
H A DMakefile12 pmt_crashlog-y := crashlog.o
H A Dcrashlog.c31 * Bit 29 will clear bit 31, if set, allowing a new crashlog to be captured.
32 * Bit 30 will immediately trigger a crashlog to be generated, setting bit 31.
69 /* return current value of the crashlog complete flag */
77 /* return current value of the crashlog disabled flag */
91 * We can ignore all other crashlog devices in the system.
230 struct crashlog_entry *crashlog; local
236 crashlog = container_of(entry, struct crashlog_entry, entry);
237 mutex_init(&crashlog->control_mutex);
251 .name = "crashlog",
303 { .name = "intel_vsec.crashlog" },
[all...]
/linux-master/drivers/soc/apple/
H A DMakefile7 apple-rtkit-y = rtkit.o rtkit-crashlog.o

Completed in 164 milliseconds