Lines Matching full:panic
111 * Boolean to control whether to report panic messages over Hyper-V.
119 * reported to Hyper-V on panic.
145 * The following callback works both as die and panic notifier; its
146 * goal is to provide panic information to the hypervisor unless the
150 * Notice that both the panic/die report notifiers are registered only
159 /* Don't notify Hyper-V unless we have a die oops event or panic. */ in hv_die_panic_notify_crash()
172 * Hyper-V should be notified only once about a panic/die. If we will in hv_die_panic_notify_crash()
197 * Write dump contents to the page. No need to synchronize; panic should in hv_kmsg_dump()
206 * P3 to contain the physical address of the panic page & P4 to in hv_kmsg_dump()
207 * contain the size of the panic data in that page. Rest of the in hv_kmsg_dump()
218 * the panic message. in hv_kmsg_dump()
246 pr_err("Hyper-V: panic message page memory allocation failed\n"); in hv_kmsg_dump_register()
342 * Panic message recording (sysctl_record_panic_msg) in hv_common_init()
344 * disabled by default in isolated guests; the panic in hv_common_init()
353 * Register for panic kmsg callback only if the right in hv_common_init()