Searched refs:hv_crash_handler (Results 1 – 3 of 3) sorted by relevance
151 static void (*hv_crash_handler)(struct pt_regs *regs); variable227 hv_crash_handler = handler; in hv_setup_crash_handler()232 hv_crash_handler = NULL; in hv_remove_crash_handler()260 if (hv_crash_handler) in hv_guest_crash_shutdown()261 hv_crash_handler(regs); in hv_guest_crash_shutdown()
117 doing kexec. See hv_kexec_handler() and hv_crash_handler(). But
2903 static void hv_crash_handler(struct pt_regs *regs) in hv_crash_handler() function3006 hv_setup_crash_handler(hv_crash_handler); in hv_acpi_init()