Lines Matching full:topology
3 * pptt.c - parsing of Processor Properties Topology Table (PPTT)
7 * This file implements parsing of the Processor Properties Topology Table
8 * which is optionally used to describe the processor and cache topology.
241 * we verify that its a leaf node in the topology rather than depending
455 * topology_get_acpi_cpu_tag() - Find a unique topology value for a feature
461 * Get a unique value given a cpu, and a topology level, that can be
501 pr_warn_once("No PPTT table found, cpu topology may be inaccurate\n"); in find_acpi_cpu_topology_tag()
505 pr_debug("Topology Setup ACPI cpu %d, level %d ret = %d\n", in find_acpi_cpu_topology_tag()
535 pr_warn_once("No PPTT table found, cpu topology may be inaccurate\n"); in check_acpi_cpu_flag()
572 pr_warn_once("No PPTT table found, cache topology may be inaccurate\n"); in acpi_find_last_cache_level()
583 * cache_setup_acpi() - Override CPU cache topology with data from the PPTT
604 pr_warn_once("No PPTT table found, cache topology may be inaccurate\n"); in cache_setup_acpi()
629 * find_acpi_cpu_topology() - Determine a unique topology value for a given cpu
633 * Determine a topology unique ID for each thread/core/cluster/mc_grouping
652 * find_acpi_cpu_cache_topology() - Determine a unique cache topology value
672 pr_warn_once("No PPTT table found, topology may be inaccurate\n"); in find_acpi_cpu_cache_topology()
693 * Determine a topology unique package ID for the given cpu.