Home
last modified time | relevance | path

Searched defs:crashlog (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c128 static void pmt_crashlog_rmw(struct crashlog_entry *crashlog, u32 bit, bool set) in pmt_crashlog_rmw()
145 static bool pmt_crashlog_rc(struct crashlog_entry *crashlog, u32 bit) in pmt_crashlog_rc()
153 static bool pmt_crashlog_complete(struct crashlog_entry *crashlog) in pmt_crashlog_complete()
159 static bool pmt_crashlog_disabled(struct crashlog_entry *crashlog) in pmt_crashlog_disabled()
184 static void pmt_crashlog_set_disable(struct crashlog_entry *crashlog, in pmt_crashlog_set_disable()
190 static void pmt_crashlog_set_clear(struct crashlog_entry *crashlog) in pmt_crashlog_set_clear()
195 static void pmt_crashlog_set_execute(struct crashlog_entry *crashlog) in pmt_crashlog_set_execute()
200 static bool pmt_crashlog_cleared(struct crashlog_entry *crashlog) in pmt_crashlog_cleared()
205 static bool pmt_crashlog_consumed(struct crashlog_entry *crashlog) in pmt_crashlog_consumed()
210 static void pmt_crashlog_set_consumed(struct crashlog_entry *crashlog) in pmt_crashlog_set_consumed()
[all …]
/linux/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()