Home
last modified time | relevance | path

Searched refs:hv_crash_handler (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c114 static void (*hv_crash_handler)(struct pt_regs *regs); variable
190 hv_crash_handler = handler; in hv_setup_crash_handler()
195 hv_crash_handler = NULL; in hv_remove_crash_handler()
223 if (hv_crash_handler) in hv_machine_crash_shutdown()
224 hv_crash_handler(regs); in hv_machine_crash_shutdown()
/linux-6.15/Documentation/virt/hyperv/
H A Doverview.rst117 doing kexec. See hv_kexec_handler() and hv_crash_handler(). But
/linux-6.15/drivers/hv/
H A Dvmbus_drv.c2713 static void hv_crash_handler(struct pt_regs *regs) in hv_crash_handler() function
2812 hv_setup_crash_handler(hv_crash_handler); in hv_acpi_init()