cpu_parse_topology_ext
bool cpu_parse_topology_ext(struct topo_scan *tscan);
if (!cpu_parse_topology_ext(tscan) && !parse_8000_0008(tscan))
if (!IS_ENABLED(CONFIG_CPU_SUP_INTEL) || !cpu_parse_topology_ext(tscan))