hv_crash_handler
static void (*hv_crash_handler)(struct pt_regs *regs);
hv_crash_handler = handler;
hv_crash_handler = NULL;
if (hv_crash_handler)
hv_crash_handler(regs);
hv_setup_crash_handler(hv_crash_handler);