Searched refs:cpu_model2 (Results 1 – 3 of 3) sorted by relevance
61 struct __processor_model2 cpu_model2; in __cpu_indicator_init() local62 return cpu_indicator_init (&__cpu_model, &cpu_model2, in __cpu_indicator_init()
422 struct __processor_model2 cpu_model2 = { }; in host_detect_local_cpu() local425 if (cpu_indicator_init (&cpu_model, &cpu_model2, cpu_features2) != 0) in host_detect_local_cpu()429 family = cpu_model2.__cpu_family; in host_detect_local_cpu()430 model = cpu_model2.__cpu_model; in host_detect_local_cpu()431 max_level = cpu_model2.__cpu_max_level; in host_detect_local_cpu()432 ext_level = cpu_model2.__cpu_ext_level; in host_detect_local_cpu()571 cpu = get_intel_cpu (&cpu_model, &cpu_model2, cpu_features2); in host_detect_local_cpu()
18819 Also update cpu_model2.