Searched refs:hypervisor_x86 (Results 1 – 9 of 9) sorted by relevance
41 struct hypervisor_x86 { struct61 extern const struct hypervisor_x86 x86_hyper_vmware; argument62 extern const struct hypervisor_x86 x86_hyper_ms_hyperv;63 extern const struct hypervisor_x86 x86_hyper_xen_pv;64 extern const struct hypervisor_x86 x86_hyper_kvm;65 extern const struct hypervisor_x86 x86_hyper_jailhouse;66 extern const struct hypervisor_x86 x86_hyper_acrn;67 extern struct hypervisor_x86 x86_hyper_xen_hvm;
29 static const __initconst struct hypervisor_x86 * const hypervisors[] =61 static inline const struct hypervisor_x86 * __init64 const struct hypervisor_x86 *h = NULL, * const *p; in detect_hypervisor_vendor()97 const struct hypervisor_x86 *h; in init_hypervisor_platform()
72 const __initconst struct hypervisor_x86 x86_hyper_acrn = {
478 const __initconst struct hypervisor_x86 x86_hyper_ms_hyperv = {
518 const __initconst struct hypervisor_x86 x86_hyper_vmware = {
310 struct hypervisor_x86 x86_hyper_xen_hvm __initdata = {
1422 const __initconst struct hypervisor_x86 x86_hyper_xen_pv = {
289 const struct hypervisor_x86 x86_hyper_jailhouse __refconst = {
939 const __initconst struct hypervisor_x86 x86_hyper_kvm = {
Completed in 17 milliseconds