Lines Matching defs:step
356 synth_amd_info(uint_t family, uint_t model, uint_t step,
370 step >= rmp->rm_steplo && step <= rmp->rm_stephi) {
441 _cpuid_skt(uint_t vendor, uint_t family, uint_t model, uint_t step)
447 synth_amd_info(family, model, step, &skt, NULL, NULL);
459 _cpuid_sktstr(uint_t vendor, uint_t family, uint_t model, uint_t step)
467 synth_amd_info(family, model, step, &skt, NULL, NULL);
487 _cpuid_chiprev(uint_t vendor, uint_t family, uint_t model, uint_t step)
493 synth_amd_info(family, model, step, NULL, &chiprev, NULL);
505 _cpuid_chiprevstr(uint_t vendor, uint_t family, uint_t model, uint_t step)
511 synth_amd_info(family, model, step, NULL, NULL, &revstr);