Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/sys/
H A Dx86_archext.h848 #define HW_KVM (1 << 4) /* Running on KVM hypervisor */ macro
851 #define HW_VIRTUAL (HW_XEN_HVM | HW_VMWARE | HW_KVM | HW_MICROSOFT)
/titanic_41/usr/src/uts/i86pc/os/
H A Dcpuid.c657 platform_type = HW_KVM; in determine_platform()