Searched defs:cpi_brandid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c316 uint_t cpi_brandid; /* fn 1: %ebx: brand ID */ member in struct:cpuid_info
1026 cpi->cpi_brandid = CPI_BRANDID(cpi);
2269 if (cpi->cpi_brandid != 0) {
2302 if (brand_tbl[i].bt_bid == cpi->cpi_brandid)
2305 if (sgn == 0x6b1 && cpi->cpi_brandid == 3)
2307 if (sgn < 0xf13 && cpi->cpi_brandid == 0xb)
2309 if (sgn < 0xf13 && cpi->cpi_brandid == 0xe)
2372 cpi->cpi_brandid != 0) {
2373 switch (BITX(cpi->cpi_brandid, 7, 5)) {
4342 if (create && cpi->cpi_brandid !
[all...]

Completed in 55 milliseconds