Searched refs:hypervisor_is_type (Results 1 – 7 of 7) sorted by relevance
72 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type() function78 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type() function
183 if (!hypervisor_is_type(X86_HYPER_MS_HYPERV)) in hv_is_isolation_supported()
127 if (!hypervisor_is_type(X86_HYPER_MS_HYPERV) || in hyperv_prepare_irq_remapping()
86 if (hypervisor_is_type(X86_HYPER_XEN_PV)) { in pti_check_boottime_disable()
1733 if (hypervisor_is_type(X86_HYPER_XEN_PV)) in cpu_show_common()
1758 return !hypervisor_is_type(X86_HYPER_NATIVE); in run_as_guest()
8691 if (hypervisor_is_type(X86_HYPER_MS_HYPERV)) in kvm_arch_init()8708 if (hypervisor_is_type(X86_HYPER_MS_HYPERV)) in kvm_arch_exit()
Completed in 39 milliseconds