Lines Matching full:found
85 * @found: returns a pointer to the requested level if found
93 * down each level of caches, counting how many levels are found
95 * level & type match, then we set found, and continue the search.
104 struct acpi_pptt_cache **found, in acpi_pptt_walk_cache() argument
119 if (*found != NULL && cache != *found) in acpi_pptt_walk_cache()
120 pr_warn("Found duplicate cache level/type unable to determine uniqueness\n"); in acpi_pptt_walk_cache()
122 pr_debug("Found cache @ level %u\n", level); in acpi_pptt_walk_cache()
123 *found = cache; in acpi_pptt_walk_cache()
156 * depths verify that the depth we have found is the largest. in acpi_find_cache_level()
178 * Return: Total number of levels found.
326 struct acpi_pptt_cache *found = NULL; in acpi_find_cache_node() local
335 while (cpu_node && !found) { in acpi_find_cache_node()
336 found = acpi_find_cache_level(table_hdr, cpu_node, in acpi_find_cache_node()
342 return found; in acpi_find_cache_node()
426 pr_debug("found = %p %p\n", found_cache, cpu_node); in cache_setup_acpi_cpu()
483 pr_warn_once("No PPTT table found, CPU and cache topology may be inaccurate\n"); in acpi_pptt_warn_missing()
520 pr_warn_once("PPTT table found, but unable to locate core %d (%d)\n", in topology_get_acpi_cpu_tag()
552 * Return: -ENOENT if the PPTT doesn't exist, the CPU cannot be found or
652 * -ENOENT ,if the PPTT doesn't exist, the CPU cannot be found or
669 * The search terminates when either the requested level is found or
675 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
690 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
727 * The search terminates when either a level is found with the PHYSICAL_PACKAGE
730 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
748 * The search terminates when a level is found with the identical implementation
755 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.