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 %d\n", level); in acpi_pptt_walk_cache()
123 *found = cache; in acpi_pptt_walk_cache()
155 * depths verify that the depth we have found is the largest. in acpi_find_cache_level()
177 * Return: Total number of levels found.
325 struct acpi_pptt_cache *found = NULL; in acpi_find_cache_node() local
334 while (cpu_node && !found) { in acpi_find_cache_node()
335 found = acpi_find_cache_level(table_hdr, cpu_node, in acpi_find_cache_node()
341 return found; in acpi_find_cache_node()
425 pr_debug("found = %p %p\n", found_cache, cpu_node); in cache_setup_acpi_cpu()
482 pr_warn_once("No PPTT table found, CPU and cache topology may be inaccurate\n"); in acpi_pptt_warn_missing()
519 pr_warn_once("PPTT table found, but unable to locate core %d (%d)\n", in topology_get_acpi_cpu_tag()
551 * Return: -ENOENT if the PPTT doesn't exist, the CPU cannot be found or
651 * -ENOENT ,if the PPTT doesn't exist, the CPU cannot be found or
668 * The search terminates when either the requested level is found or
674 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
689 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
726 * The search terminates when either a level is found with the PHYSICAL_PACKAGE
729 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
747 * The search terminates when a level is found with the identical implementation
754 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.