Lines Matching full:panic
131 * Boolean to control whether to report panic messages over Hyper-V.
139 * reported to Hyper-V on panic.
165 * The following callback works both as die and panic notifier; its
166 * goal is to provide panic information to the hypervisor unless the
170 * Notice that both the panic/die report notifiers are registered only
179 /* Don't notify Hyper-V unless we have a die oops event or panic. */ in hv_die_panic_notify_crash()
192 * Hyper-V should be notified only once about a panic/die. If we will in hv_die_panic_notify_crash()
217 * Write dump contents to the page. No need to synchronize; panic should in hv_kmsg_dump()
226 * P3 to contain the physical address of the panic page & P4 to in hv_kmsg_dump()
227 * contain the size of the panic data in that page. Rest of the in hv_kmsg_dump()
238 * the panic message. in hv_kmsg_dump()
266 pr_err("Hyper-V: panic message page memory allocation failed\n"); in hv_kmsg_dump_register()
299 * Panic message recording (sysctl_record_panic_msg) in hv_common_init()
301 * disabled by default in isolated guests; the panic in hv_common_init()
310 * Register for panic kmsg callback only if the right in hv_common_init()