Searched refs:hv_crash_handler (Results 1 – 2 of 2) sorted by relevance
151 static void (*hv_crash_handler)(struct pt_regs *regs); variable229 hv_crash_handler = handler; in hv_setup_crash_handler()234 hv_crash_handler = NULL; in hv_remove_crash_handler()266 if (hv_crash_handler) in hv_guest_crash_shutdown()267 hv_crash_handler(regs); in hv_guest_crash_shutdown()
2896 static void hv_crash_handler(struct pt_regs *regs) in hv_crash_handler() function2999 hv_setup_crash_handler(hv_crash_handler); in hv_acpi_init()