hypervisor_x86 61 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_vmware; hypervisor_x86 62 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_ms_hyperv; hypervisor_x86 63 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_xen_pv; hypervisor_x86 64 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_kvm; hypervisor_x86 65 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_jailhouse; hypervisor_x86 66 arch/x86/include/asm/hypervisor.h extern const struct hypervisor_x86 x86_hyper_acrn; hypervisor_x86 67 arch/x86/include/asm/hypervisor.h extern struct hypervisor_x86 x86_hyper_xen_hvm; hypervisor_x86 63 arch/x86/kernel/cpu/acrn.c const __initconst struct hypervisor_x86 x86_hyper_acrn = { hypervisor_x86 29 arch/x86/kernel/cpu/hypervisor.c static const __initconst struct hypervisor_x86 * const hypervisors[] = hypervisor_x86 61 arch/x86/kernel/cpu/hypervisor.c static inline const struct hypervisor_x86 * __init hypervisor_x86 64 arch/x86/kernel/cpu/hypervisor.c const struct hypervisor_x86 *h = NULL, * const *p; hypervisor_x86 97 arch/x86/kernel/cpu/hypervisor.c const struct hypervisor_x86 *h; hypervisor_x86 368 arch/x86/kernel/cpu/mshyperv.c const __initconst struct hypervisor_x86 x86_hyper_ms_hyperv = { hypervisor_x86 266 arch/x86/kernel/cpu/vmware.c const __initconst struct hypervisor_x86 x86_hyper_vmware = { hypervisor_x86 215 arch/x86/kernel/jailhouse.c const struct hypervisor_x86 x86_hyper_jailhouse __refconst = { hypervisor_x86 717 arch/x86/kernel/kvm.c const __initconst struct hypervisor_x86 x86_hyper_kvm = { hypervisor_x86 288 arch/x86/xen/enlighten_hvm.c struct hypervisor_x86 x86_hyper_xen_hvm __initdata = { hypervisor_x86 1457 arch/x86/xen/enlighten_pv.c const __initconst struct hypervisor_x86 x86_hyper_xen_pv = {