Home
last modified time | relevance | path

Searched refs:HW_KVM (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dx86_archext.h874 #define HW_KVM (1 << 4) /* Running on KVM hypervisor */ macro
877 #define HW_VIRTUAL (HW_XEN_HVM | HW_VMWARE | HW_KVM | HW_MICROSOFT)
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_regops.c331 if (get_hwenv() == HW_KVM) in apic_directed_EOI_supported()
/titanic_50/usr/src/uts/i86pc/os/
H A Dcpuid.c660 platform_type = HW_KVM; in determine_platform()