/src/usr.sbin/tprof/arch/ |
tprof_x86.c | 801 uint8_t stepping; local in function:init_intel_generic 846 stepping = CPUID_TO_STEPPING(eax); 847 if (stepping <= 4)
|
/src/sys/arch/x86/x86/ |
coretemp.c | 225 uint32_t model, stepping; local in function:coretemp_quirks 229 stepping = CPUID_TO_STEPPING(ci->ci_signature); 250 if (model == 0x0E && stepping < 0x0C) { 268 uint32_t model, stepping; local in function:coretemp_tjmax 272 stepping = CPUID_TO_STEPPING(ci->ci_signature); 277 if ((model == 0x0f && stepping >= 2) || (model == 0x0e)) { 302 } else if (model == 0x17 && stepping == 0x06) { 306 if (stepping == 0x0a) {
|
identcpu.c | 489 u_int family, model, stepping, descs[4], lfunc, msr; local in function:cpu_probe_c3 498 stepping = CPUID_TO_STEPPING(ci->ci_signature); 551 if (family > 6 || model > 0x9 || (model == 0x9 && stepping >= 3)) { 612 /* C7 stepping 8 and subsequent CPUs have dual RNG */ 613 if (model > 0xA || (model == 0xA && stepping > 0x7)) { 654 if (family == 6 && model == 9 && stepping == 8) { 655 /* Erratum: stepping 8 reports 4 when it should be 2 */ 663 if (family == 6 && model == 9 && stepping == 8) { 664 /* Erratum: stepping 8 reports 4 when it should be 2 */
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_csr.c | 138 /* Stepping (A, B, C, ..., *). * is a wildcard */ 139 char stepping; member in struct:intel_fw_info 141 /* Sub-stepping (0, 1, ..., *). * is a wildcard */ 224 char stepping; member in struct:stepping_info 360 si->stepping == fw_info[i].stepping) { 365 if (si->stepping == fw_info[i].stepping && 371 if (fw_info[i].stepping == '*' && 539 DRM_ERROR("DMC firmware not supported for %c stepping\n" [all...] |
/src/usr.sbin/cpuctl/arch/ |
i386.c | 906 u_int stepping = CPUID_TO_STEPPING(ci->ci_signature); local in function:via_cpu_probe 924 if (ci->ci_model < 0x9 || (ci->ci_model == 0x9 && stepping < 3)) 1386 int stepping; local in function:via_cpu_cacheinfo 1390 stepping = CPUID_TO_STEPPING(ci->ci_signature); 1422 if (ci->ci_model == 9 && stepping == 8) { 1423 /* Erratum: stepping 8 reports 4 when it should be 2 */ 1431 if (ci->ci_model == 9 && stepping == 8) { 1432 /* Erratum: stepping 8 reports 4 when it should be 2 */ 1582 * - Get CPU family, model and stepping (from eax). 2119 aprint_normal_dev(ci->ci_dev, "family %#x model %#x stepping %#x" [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
platform.h | 511 uint32_t stepping; member in struct:xenpf_pcpu_version
|
/src/sys/dev/ic/ |
aic79xx.c | 2475 int stepping; local in function:ahd_clear_critical_section 2489 stepping = FALSE; 2531 printf("%s: Single stepping at 0x%x\n", ahd_name(ahd), 2534 if (stepping == FALSE) { 2556 * on while single stepping. 2560 stepping = TRUE; 2570 if (stepping) {
|
aic7xxx.c | 1413 int stepping; local in function:ahc_clear_critical_section 1421 stepping = FALSE; 1458 if (stepping == FALSE) { 1476 * leave it on while single stepping. 1483 stepping = TRUE; 1493 if (stepping) {
|