Lines Matching full:model
19 static struct op_x86_model_spec const * model = NULL;
23 if (!model) {
24 /* pick out our per-model function table */
28 model = &op_athlon_spec;
31 model = &op_p4_spec;
35 model = &op_p4_ht2_spec;
39 model = &op_ppro_spec;
43 return model;
51 model->check_ctrs(cpu, msrs, regs);
219 model->fill_in_addresses(&cpu_msrs[cpu]);