Home
last modified time | relevance | path

Searched refs:x86_hyper_type (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dhypervisor.c50 enum x86_hypervisor_type x86_hyper_type; variable
51 EXPORT_SYMBOL(x86_hyper_type);
107 x86_hyper_type = h->type; in init_hypervisor_platform()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dhypervisor.h70 extern enum x86_hypervisor_type x86_hyper_type;
74 return x86_hyper_type == type; in hypervisor_is_type()
/kernel/linux/linux-5.10/drivers/ptp/
Dptp_vmw.c129 if (x86_hyper_type != X86_HYPER_VMWARE) in ptp_vmw_init()
/kernel/linux/linux-5.10/arch/x86/hyperv/
Dhv_init.c357 if (x86_hyper_type != X86_HYPER_MS_HYPERV) in hyperv_init()
543 if (x86_hyper_type != X86_HYPER_MS_HYPERV) in hv_is_hyperv_initialized()
/kernel/linux/linux-5.10/drivers/input/mouse/
Dvmmouse.c329 if (vmmouse_supported_hypervisors[i] == x86_hyper_type) in vmmouse_check_hypervisor()
/kernel/linux/linux-5.10/drivers/misc/
Dvmw_balloon.c1933 if (x86_hyper_type != X86_HYPER_VMWARE) in vmballoon_init()