Lines Matching refs:model
326 unsigned int *family, unsigned int *model, in get_common_indices() argument
338 *model = (eax >> 4) & 0x0f; in get_common_indices()
344 *model += *extended_model; in get_common_indices()
403 unsigned int model = 0; in init_cpu_features() local
424 get_common_indices (cpu_features, &family, &model, &extended_model, in init_cpu_features()
433 model += extended_model; in init_cpu_features()
434 switch (model) in init_cpu_features()
513 switch (model) in init_cpu_features()
567 get_common_indices (cpu_features, &family, &model, &extended_model, in init_cpu_features()
586 if (model >= 0x60 && model <= 0x7f) in init_cpu_features()
606 get_common_indices (cpu_features, &family, &model, &extended_model, in init_cpu_features()
613 model += extended_model; in init_cpu_features()
616 if (model == 0xf || model == 0x19) in init_cpu_features()
630 if (model == 0x1b) in init_cpu_features()
641 else if (model == 0x3b) in init_cpu_features()
672 cpu_features->basic.model = model; in init_cpu_features()