Home
last modified time | relevance | path

Searched refs:hypervisor_x86 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dhypervisor.h42 struct hypervisor_x86 { struct
62 extern const struct hypervisor_x86 x86_hyper_vmware; argument
63 extern const struct hypervisor_x86 x86_hyper_ms_hyperv;
64 extern const struct hypervisor_x86 x86_hyper_xen_pv;
65 extern const struct hypervisor_x86 x86_hyper_kvm;
66 extern const struct hypervisor_x86 x86_hyper_jailhouse;
67 extern const struct hypervisor_x86 x86_hyper_acrn;
68 extern const struct hypervisor_x86 x86_hyper_bhyve;
69 extern struct hypervisor_x86 x86_hyper_xen_hvm;
/linux/arch/x86/kernel/cpu/
H A Dbhyve.c60 const struct hypervisor_x86 x86_hyper_bhyve __refconst = {