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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c80 * o Determining vendor/model/family/stepping and setting x86_type and
120 uint_t x86_type = X86_TYPE_OTHER; variable
1042 x86_type = X86_TYPE_P5;
1044 x86_type = X86_TYPE_P6;
1052 x86_type = X86_TYPE_P4;
1152 switch (x86_type) {
1479 if (x86_type == X86_TYPE_VIA_CYRIX_III ||
1480 x86_type == X86_TYPE_CYRIX_GXm)
2463 brand = cyrix_cpubrand(cpi, x86_type);

Completed in 72 milliseconds