Searched refs:hyperv_report_panic (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/hyperv/ |
H A D | hv_core.c | 132 * hyperv_report_panic - report a panic to Hyper-V. This function uses 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); variable
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_init.c | 476 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die) in hyperv_report_panic() function 506 EXPORT_SYMBOL_GPL(hyperv_report_panic); variable
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | mshyperv.h | 168 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die);
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_init.c | 680 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); variable
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | mshyperv.h | 278 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die);
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_common.c | 198 hyperv_report_panic(regs, val, is_die); in hv_die_panic_notify_crash()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | vmbus_drv.c | 82 hyperv_report_panic(regs, val, false); in hyperv_panic_event() 103 hyperv_report_panic(regs, val, true); in hyperv_die_event()
|
Completed in 8 milliseconds