Lines Matching refs:__weak
40 bool __weak hv_root_partition;
43 bool __weak hv_nested;
46 struct ms_hyperv_info __weak ms_hyperv;
523 bool __weak hv_is_isolation_supported(void) in hv_is_isolation_supported()
529 bool __weak hv_isolation_type_snp(void) in hv_isolation_type_snp()
535 bool __weak hv_isolation_type_tdx(void) in hv_isolation_type_tdx()
541 void __weak hv_setup_vmbus_handler(void (*handler)(void)) in hv_setup_vmbus_handler()
546 void __weak hv_remove_vmbus_handler(void) in hv_remove_vmbus_handler()
551 void __weak hv_setup_kexec_handler(void (*handler)(void)) in hv_setup_kexec_handler()
556 void __weak hv_remove_kexec_handler(void) in hv_remove_kexec_handler()
561 void __weak hv_setup_crash_handler(void (*handler)(struct pt_regs *regs)) in hv_setup_crash_handler()
566 void __weak hv_remove_crash_handler(void) in hv_remove_crash_handler()
571 void __weak hyperv_cleanup(void) in hyperv_cleanup()
576 u64 __weak hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall()
582 u64 __weak hv_tdx_hypercall(u64 control, u64 param1, u64 param2) in hv_tdx_hypercall()