Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kernel/cpu/
Dtopology.h22 bool cpu_parse_topology_ext(struct topo_scan *tscan);
Dtopology_ext.c133 bool cpu_parse_topology_ext(struct topo_scan *tscan) in cpu_parse_topology_ext() function
Dtopology_amd.c183 has_topoext = cpu_parse_topology_ext(tscan); in parse_topology_amd()
Dtopology_common.c165 if (!IS_ENABLED(CONFIG_CPU_SUP_INTEL) || !cpu_parse_topology_ext(tscan)) in parse_topology()