Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c1857 uint_t cpi_brandid; /* fn 1: %ebx: brand ID */ member
3983 cpi->cpi_brandid = CPI_BRANDID(cpi); in cpuid_pass_ident()
5391 if (cpi->cpi_brandid != 0) { in intel_cpubrand()
5424 if (brand_tbl[i].bt_bid == cpi->cpi_brandid) in intel_cpubrand()
5427 if (sgn == 0x6b1 && cpi->cpi_brandid == 3) in intel_cpubrand()
5429 if (sgn < 0xf13 && cpi->cpi_brandid == 0xb) in intel_cpubrand()
5431 if (sgn < 0xf13 && cpi->cpi_brandid == 0xe) in intel_cpubrand()
5492 cpi->cpi_brandid != 0) { in amd_cpubrand()
5493 switch (BITX(cpi->cpi_brandid, 7, 5)) { in amd_cpubrand()
7515 if (create && cpi->cpi_brandid != 0) { in cpuid_set_cpu_properties()
[all …]