Home
last modified time | relevance | path

Searched refs:hv_get_hypervisor_version (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/arm64/hyperv/
H A Dmshyperv.c22 int hv_get_hypervisor_version(union hv_hypervisor_version_info *info) in hv_get_hypervisor_version() function
29 EXPORT_SYMBOL_GPL(hv_get_hypervisor_version);
/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c418 int hv_get_hypervisor_version(union hv_hypervisor_version_info *info) in hv_get_hypervisor_version() function
432 EXPORT_SYMBOL_GPL(hv_get_hypervisor_version);
/linux-6.15/include/asm-generic/
H A Dmshyperv.h200 int hv_get_hypervisor_version(union hv_hypervisor_version_info *info);
/linux-6.15/drivers/hv/
H A Dhv_common.c327 if (!hv_get_hypervisor_version(&version)) in hv_common_init()
H A Dmshv_root_main.c2233 if (hv_get_hypervisor_version(&version_info)) in mshv_parent_partition_init()