Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology.h22 bool cpu_parse_topology_ext(struct topo_scan *tscan);
H A Dtopology_ext.c133 bool cpu_parse_topology_ext(struct topo_scan *tscan) in cpu_parse_topology_ext() function
H A Dtopology_amd.c192 if (!cpu_parse_topology_ext(tscan) && !parse_8000_0008(tscan)) in parse_topology_amd()
H A Dtopology_common.c168 if (!IS_ENABLED(CONFIG_CPU_SUP_INTEL) || !cpu_parse_topology_ext(tscan)) in parse_topology()