Searched refs:cpi_brandid (Results 1 – 1 of 1) sorted by relevance
317 uint_t cpi_brandid; /* fn 1: %ebx: brand ID */ member1027 cpi->cpi_brandid = CPI_BRANDID(cpi); in cpuid_pass1()2262 if (cpi->cpi_brandid != 0) { in intel_cpubrand()2295 if (brand_tbl[i].bt_bid == cpi->cpi_brandid) in intel_cpubrand()2298 if (sgn == 0x6b1 && cpi->cpi_brandid == 3) in intel_cpubrand()2300 if (sgn < 0xf13 && cpi->cpi_brandid == 0xb) in intel_cpubrand()2302 if (sgn < 0xf13 && cpi->cpi_brandid == 0xe) in intel_cpubrand()2365 cpi->cpi_brandid != 0) { in amd_cpubrand()2366 switch (BITX(cpi->cpi_brandid, 7, 5)) { in amd_cpubrand()4337 if (create && cpi->cpi_brandid != 0) { in cpuid_set_cpu_properties()[all …]