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

/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c62 if (x86_type != X86_TYPE_P6)
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s422 movl $X86_TYPE_CYRIX_486, x86_type
732 movl $X86_TYPE_CYRIX_6x86L, x86_type
748 movl $X86_TYPE_CYRIX_6x86, x86_type
796 movl $X86_TYPE_CYRIX_GXm, x86_type
814 movl $X86_TYPE_CYRIX_MediaGX, x86_type
851 movl $X86_TYPE_CYRIX_6x86MX, x86_type
855 movl $X86_TYPE_CYRIX_MII, x86_type
888 movl $X86_TYPE_VIA_CYRIX_III, x86_type
2343 .globl x86_type
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c75 * o Determining vendor/model/family/stepping and setting x86_type and
115 uint_t x86_type = X86_TYPE_OTHER; variable
956 x86_type = X86_TYPE_P5;
958 x86_type = X86_TYPE_P6;
967 x86_type = X86_TYPE_P4;
1067 switch (x86_type) {
1314 if (x86_type == X86_TYPE_VIA_CYRIX_III ||
1315 x86_type == X86_TYPE_CYRIX_GXm)
2257 brand = cyrix_cpubrand(cpi, x86_type);
H A Dstartup.c761 if (x86_type == X86_TYPE_486 || x86_type == X86_TYPE_CYRIX_486) {
2014 if (x86_type == X86_TYPE_P5) {
H A Dmp_machdep.c1254 } else if (x86_vendor == X86_VENDOR_Cyrix || x86_type == X86_TYPE_P5) {
H A Dmp_startup.c399 if (system_hardware.hd_nodes && x86_type != X86_TYPE_P5) {
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h395 * x86_type is a legacy concept; this is supplanted
599 extern uint_t x86_type;

Completed in 163 milliseconds