Searched refs:x86_hyper_type (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dhypervisor.h70 extern enum x86_hypervisor_type x86_hyper_type;
74 return x86_hyper_type == type;
/linux-master/arch/x86/kernel/cpu/
H A Dhypervisor.c50 enum x86_hypervisor_type x86_hyper_type; variable in typeref:enum:x86_hypervisor_type
51 EXPORT_SYMBOL(x86_hyper_type); variable
107 x86_hyper_type = h->type;
/linux-master/drivers/ptp/
H A Dptp_vmw.c128 if (x86_hyper_type != X86_HYPER_VMWARE)
/linux-master/arch/x86/hyperv/
H A Dhv_init.c464 if (x86_hyper_type != X86_HYPER_MS_HYPERV)
720 if (x86_hyper_type != X86_HYPER_MS_HYPERV)
/linux-master/drivers/input/mouse/
H A Dvmmouse.c329 if (vmmouse_supported_hypervisors[i] == x86_hyper_type)
/linux-master/drivers/virt/acrn/
H A Dhsm.c507 if (x86_hyper_type != X86_HYPER_ACRN)
/linux-master/drivers/misc/
H A Dvmw_balloon.c1868 if (x86_hyper_type != X86_HYPER_VMWARE)

Completed in 149 milliseconds