Lines Matching defs:family
70 * 0 for family 0xf, revs B thru E
71 * 1 for family 0xf, revs F and G
72 * 2 for family 0x10
73 * 3 for family 0x11
74 * 4 for family 0x12
75 * 5 for family 0x14
76 * 6 for family 0x15, models 00 - 0f
77 * 7 for family 0x15, models 10 - 1f
78 * Second index by (model & 0x3) for family 0fh,
235 * The first member of this array that matches a given family, extended model
356 synth_amd_info(uint_t family, uint_t model, uint_t step,
363 if (family < 0xf)
368 if (family == rmp->rm_family &&
398 } else if (family == 0xf) {
402 * Starting with family 10h, socket type is stored in
420 if (family == 0x10) {
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);