Lines Matching defs:stepping
906 u_int stepping = CPUID_TO_STEPPING(ci->ci_signature);
924 if (ci->ci_model < 0x9 || (ci->ci_model == 0x9 && stepping < 3))
1386 int stepping;
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",