Lines Matching refs:family
326 unsigned int *family, unsigned int *model, in get_common_indices() argument
329 if (family) in get_common_indices()
337 *family = (eax >> 8) & 0x0f; in get_common_indices()
341 if (*family == 0x0f) in get_common_indices()
343 *family += (eax >> 20) & 0xff; in get_common_indices()
402 unsigned int family = 0; in init_cpu_features() local
424 get_common_indices (cpu_features, &family, &model, &extended_model, in init_cpu_features()
431 if (family == 0x06) in init_cpu_features()
567 get_common_indices (cpu_features, &family, &model, &extended_model, in init_cpu_features()
583 if (family == 0x15) in init_cpu_features()
606 get_common_indices (cpu_features, &family, &model, &extended_model, in init_cpu_features()
614 if (family == 0x6) in init_cpu_features()
628 else if (family == 0x7) in init_cpu_features()
671 cpu_features->basic.family = family; in init_cpu_features()