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

/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c62 if (x86_type != X86_TYPE_P6)
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s425 movl $X86_TYPE_CYRIX_486, x86_type
735 movl $X86_TYPE_CYRIX_6x86L, x86_type
751 movl $X86_TYPE_CYRIX_6x86, x86_type
799 movl $X86_TYPE_CYRIX_GXm, x86_type
817 movl $X86_TYPE_CYRIX_MediaGX, x86_type
854 movl $X86_TYPE_CYRIX_6x86MX, x86_type
858 movl $X86_TYPE_CYRIX_MII, x86_type
891 movl $X86_TYPE_VIA_CYRIX_III, x86_type
2365 .globl x86_type
/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);
H A Dstartup.c829 if (x86_type == X86_TYPE_486 || x86_type == X86_TYPE_CYRIX_486) {
2129 if (x86_type == X86_TYPE_P5) {
H A Dmp_machdep.c1267 } else if (x86_vendor == X86_VENDOR_Cyrix || x86_type == X86_TYPE_P5) {
H A Dmp_startup.c408 if (system_hardware.hd_nodes && x86_type != X86_TYPE_P5) {
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h409 * x86_type is a legacy concept; this is supplanted
650 extern uint_t x86_type;

Completed in 106 milliseconds