| /src/sys/arch/x86/x86/ |
| cpu_topology.c | 81 int n, cpu_family, apic_id, smt_bits, core_bits = 0; local 86 cpu_family = CPUID_TO_FAMILY(ci->ci_signature); 96 if (cpu_family < 6) { 103 if (cpu_family < 0xf) { 141 if (cpu_family < 0x10 || ci->ci_max_ext_cpuid < 0x80000008) { 174 if (cpu_vendor == CPUVENDOR_AMD && cpu_family < 0x11) { /* XXX */ 182 apic_id = (cpu_family == 0xf) ? 189 if (cpu_vendor == CPUVENDOR_AMD && cpu_family >= 0x17) { /* XXX */
|
| /src/external/gpl3/binutils/dist/bfd/ |
| pef.h | 165 unsigned long cpu_family; member in struct:bfd_pef_xlib_header
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwc_cpus.h | 31 int cpu_family; member in struct:__anon10180
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| pef.h | 165 unsigned long cpu_family; member in struct:bfd_pef_xlib_header
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwc_cpus.h | 31 int cpu_family; member in struct:__anon11653
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| pef.h | 165 unsigned long cpu_family; member in struct:bfd_pef_xlib_header
|
| /src/external/gpl3/gdb/dist/bfd/ |
| pef.h | 165 unsigned long cpu_family; member in struct:bfd_pef_xlib_header
|
| /src/usr.sbin/cpuctl/arch/ |
| i386.c | 113 } cpu_family[CPU_MAXFAMILY - CPU_MINFAMILY + 1]; member in struct:cpu_cpuid_nameclass 1714 if (i >= __arraycount(cpup->cpu_family)) 1715 i = __arraycount(cpup->cpu_family) - 1; 1717 if (cpup->cpu_family[i].cpu_probe == NULL) 1720 (*cpup->cpu_family[i].cpu_probe)(ci); 1883 int n, cpu_family, apic_id, smt_bits, core_bits = 0; local 1887 cpu_family = CPUID_TO_FAMILY(ci->ci_signature); 1889 if (cpu_family < 0xf) 1896 if (cpu_family >= 0x10 && ci->ci_max_ext_cpuid >= 0x8000008) { 1913 if (cpu_family < 0x11) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| go32-nat.c | 1149 unsigned cpu_family, cpu_model; local 1164 cpu_family = (cpuid_eax >> 8) & 0xf; 1173 else if (cpu_family == 5) 1182 else if (cpu_family == 6 && cpu_model < 8) 1206 switch (cpu_family)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| go32-nat.c | 1149 unsigned cpu_family, cpu_model; local 1164 cpu_family = (cpuid_eax >> 8) & 0xf; 1173 else if (cpu_family == 5) 1182 else if (cpu_family == 6 && cpu_model < 8) 1206 switch (cpu_family)
|