Lines Matching defs:steppings
395 uint_t *steppings)
405 * which has a range of steppings enclosed by '[' and ']' characters.
452 "encountered too many steppings");
457 steppings[nstep] = 0x0;
460 steppings[nstep] = 0x1;
463 steppings[nstep] = 0x2;
466 steppings[nstep] = 0x3;
469 steppings[nstep] = 0x4;
472 steppings[nstep] = 0x5;
475 steppings[nstep] = 0x6;
478 steppings[nstep] = 0x7;
481 steppings[nstep] = 0x8;
484 steppings[nstep] = 0x9;
488 steppings[nstep] = 0xa;
492 steppings[nstep] = 0xb;
496 steppings[nstep] = 0xc;
500 steppings[nstep] = 0xd;
504 steppings[nstep] = 0xe;
508 steppings[nstep] = 0xf;
731 uint_t steppings[CPROC_MAX_STEPPINGS];
754 cpcgen_parse_model(fstr, &family, &model, &nsteps, steppings);
807 bcopy(steppings, proc->cproc_steppings,
808 sizeof (steppings));