Symbol: get_hwenv
usr/src/uts/common/io/audio/drv/audioens/audioens.c
1100
if (get_hwenv() & HW_VIRTUAL) {
usr/src/uts/common/io/nvme/nvme.c
5020
if (get_hwenv() == HW_VMWARE)
usr/src/uts/i86pc/io/amd_iommu/amd_iommu.c
128
if (get_hwenv() != HW_NATIVE)
usr/src/uts/i86pc/io/apix/apix.c
260
if (get_hwenv() & HW_XEN_HVM)
usr/src/uts/i86pc/io/hpet_acpi.c
166
if ((get_hwenv() & HW_XEN_HVM) != 0) {
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
1794
int hwenv = get_hwenv();
usr/src/uts/i86pc/io/pcplusmp/apic_regops.c
222
if (get_hwenv() == HW_KVM)
usr/src/uts/i86pc/os/mlsetup.c
313
if ((get_hwenv() & HW_XEN_HVM) != 0)
usr/src/uts/i86pc/os/mlsetup.c
330
if (get_hwenv() == HW_NATIVE &&
usr/src/uts/i86pc/os/mlsetup.c
347
if ((get_hwenv() & HW_XEN_HVM) == 0 &&
usr/src/uts/i86pc/os/mp_startup.c
1614
if (get_hwenv() == HW_NATIVE)
usr/src/uts/i86pc/os/mp_startup.c
1729
if (boot && get_hwenv() == HW_NATIVE &&
usr/src/uts/i86pc/os/startup.c
1478
if ((get_hwenv() & HW_XEN_HVM) != 0)
usr/src/uts/i86pc/os/startup.c
2233
if ((get_hwenv() & HW_VIRTUAL) == 0)
usr/src/uts/i86pc/os/timestamp.c
562
hwtype = get_hwenv();
usr/src/uts/i86pc/os/timestamp.c
637
hwtype = get_hwenv();
usr/src/uts/i86pc/os/tscc_vmware.c
52
if ((get_hwenv() & HW_SUPPORTS_FREQ) == 0 &&
usr/src/uts/intel/io/acpica/acpica.c
480
if (get_hwenv() == HW_XEN_PV && is_controldom())
usr/src/uts/intel/os/cpuid.c
4630
(get_hwenv() == HW_KVM && cpi->cpi_family == 6 &&
usr/src/uts/intel/os/cpuid.c
6858
if (cpi->cpi_family >= 0x12 || get_hwenv() != HW_NATIVE) {
usr/src/uts/intel/os/cpuid_subr.c
960
platform = get_hwenv();
usr/src/uts/intel/os/microcode_amd.c
66
if ((get_hwenv() & HW_VIRTUAL) != 0)
usr/src/uts/intel/os/microcode_intel.c
60
if ((get_hwenv() & HW_VIRTUAL) != 0)
usr/src/uts/intel/sys/x86_archext.h
1948
extern int get_hwenv(void);
usr/src/uts/intel/zfs/spa_boot.c
73
if (get_hwenv() == HW_VMWARE)