Home
last modified time | relevance | path

Searched refs:has_topoext (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/kernel/cpu/
H A Dtopology_amd.c61 static bool parse_8000_001e(struct topo_scan *tscan, bool has_topoext) in parse_8000_001e() argument
89 if (!has_topoext && tscan->c->x86 >= 0x17) { in parse_8000_001e()
172 bool has_topoext = false; in parse_topology_amd() local
183 has_topoext = cpu_parse_topology_ext(tscan); in parse_topology_amd()
188 if (!has_topoext && !parse_8000_0008(tscan)) in parse_topology_amd()
192 if (parse_8000_001e(tscan, has_topoext)) in parse_topology_amd()