Searched refs:cpudef (Results 1 – 1 of 1) sorted by relevance
2045 const X86CPUDefinition *cpudef; member2057 static char *x86_cpu_versioned_model_name(const X86CPUDefinition *cpudef, in x86_cpu_versioned_model_name() argument2061 return g_strdup_printf("%s-v%d", cpudef->name, (int)version); in x86_cpu_versioned_model_name()5367 x86_cpu_def_get_versions(model->cpudef); in x86_cpu_model_last_version()5994 return x86_cpu_versioned_model_name(cc->model->cpudef, version); in x86_cpu_class_get_alias_of()6020 if (cc->model && cc->model->cpudef->deprecation_note) { in x86_cpu_list_entry()6109 if (cc->model && cc->model->cpudef->deprecation_note) { in x86_cpu_definition_entry()6296 for (vdef = x86_cpu_def_get_versions(model->cpudef); vdef->version; vdef++) { in x86_cpu_apply_version_props()6320 const CPUCaches *cache_info = model->cpudef->cache_info; in x86_cpu_get_versioned_cache_info()6326 for (vdef = x86_cpu_def_get_versions(model->cpudef); vdef->version; vdef++) { in x86_cpu_get_versioned_cache_info()[all …]