Home
last modified time | relevance | path

Searched refs:HW_NATIVE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c262 if (get_hwenv() == HW_NATIVE && in mlsetup()
H A Dmp_startup.c1603 if (get_hwenv() == HW_NATIVE) in start_other_cpus()
1711 if (boot && get_hwenv() == HW_NATIVE && in mp_startup_common()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu.c128 if (get_hwenv() != HW_NATIVE) in _init()
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1865 #define HW_NATIVE (1 << 0) /* Running on bare metal */ macro
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c2208 platform_type = HW_NATIVE; in determine_platform()
2288 platform_type &= ~HW_NATIVE; in determine_platform()
6713 if (cpi->cpi_family >= 0x12 || get_hwenv() != HW_NATIVE) { in cpuid_opteron_erratum()