Searched refs:hyperv_report_panic (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/arm64/hyperv/ |
D | hv_core.c | 142 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);
|
/linux-6.1.9/arch/x86/hyperv/ |
D | hv_init.c | 560 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die) in hyperv_report_panic() function 590 EXPORT_SYMBOL_GPL(hyperv_report_panic);
|
/linux-6.1.9/include/asm-generic/ |
D | mshyperv.h | 260 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die);
|
/linux-6.1.9/drivers/hv/ |
D | vmbus_drv.c | 86 hyperv_report_panic(regs, val, false); in hyperv_panic_event() 107 hyperv_report_panic(regs, val, true); in hyperv_die_event()
|