Searched refs:vdef (Results 1 – 1 of 1) sorted by relevance
5365 const X86CPUVersionDefinition *vdef = in x86_cpu_model_last_version() local5367 while (vdef->version) { in x86_cpu_model_last_version()5368 v = vdef->version; in x86_cpu_model_last_version()5369 vdef++; in x86_cpu_model_last_version()6288 const X86CPUVersionDefinition *vdef; in x86_cpu_apply_version_props() local6295 for (vdef = x86_cpu_def_get_versions(model->cpudef); vdef->version; vdef++) { in x86_cpu_apply_version_props()6298 for (p = vdef->props; p && p->prop; p++) { in x86_cpu_apply_version_props()6303 if (vdef->version == version) { in x86_cpu_apply_version_props()6311 assert(vdef->version == version); in x86_cpu_apply_version_props()6317 const X86CPUVersionDefinition *vdef; in x86_cpu_get_versioned_cache_info() local[all …]