Home
last modified time | relevance | path

Searched refs:HW_VIRTUAL (Results 1 – 7 of 7) sorted by path

/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c1100 if (get_hwenv() & HW_VIRTUAL) { in audioens_attach()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2267 if ((get_hwenv() & HW_VIRTUAL) == 0) in post_startup()
H A Dtimestamp.c563 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0) in tsc_sync_master()
638 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0) in tsc_sync_slave()
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid_subr.c871 if ((platform & HW_VIRTUAL) != 0) { in synth_amd_info()
H A Dmicrocode_amd.c61 if ((get_hwenv() & HW_VIRTUAL) != 0) in ucode_select_amd()
H A Dmicrocode_intel.c59 if ((get_hwenv() & HW_VIRTUAL) != 0) in ucode_select_intel()
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1875 #define HW_VIRTUAL (HW_XEN_HVM | HW_VMWARE | HW_KVM | HW_MICROSOFT | \ macro