Home
last modified time | relevance | path

Searched refs:hyperv_report_panic (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/hyperv/
H A Dhv_core.c142 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die) in hyperv_report_panic() function
181 EXPORT_SYMBOL_GPL(hyperv_report_panic);
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c680 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die) in hyperv_report_panic() function
710 EXPORT_SYMBOL_GPL(hyperv_report_panic);
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h278 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die);
/openbmc/linux/drivers/hv/
H A Dhv_common.c198 hyperv_report_panic(regs, val, is_die); in hv_die_panic_notify_crash()