Lines Matching full:found

86  * @found: returns a pointer to the requested level if found
94 * down each level of caches, counting how many levels are found
96 * level & type match, then we set found, and continue the search.
106 struct acpi_pptt_cache **found, in acpi_pptt_walk_cache() argument
130 if (*found != NULL && cache != *found) in acpi_pptt_walk_cache()
131 pr_warn("Found duplicate cache level/type unable to determine uniqueness\n"); in acpi_pptt_walk_cache()
133 pr_debug("Found cache @ level %u\n", level); in acpi_pptt_walk_cache()
134 *found = cache; in acpi_pptt_walk_cache()
168 * depths verify that the depth we have found is the largest. in acpi_find_cache_level()
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()
436 pr_debug("found = %p %p\n", found_cache, cpu_node); in cache_setup_acpi_cpu()
493 pr_warn_once("No PPTT table found, CPU and cache topology may be inaccurate\n"); in acpi_pptt_warn_missing()
530 pr_warn_once("PPTT table found, but unable to locate core %d (%d)\n", in topology_get_acpi_cpu_tag()
581 * Return: -ENOENT if the PPTT doesn't exist, the CPU cannot be found or
618 * Return: -ENOENT if no PPTT table or no PPTT processor struct found.
685 * -ENOENT ,if the PPTT doesn't exist, the CPU cannot be found or
702 * The search terminates when either the requested level is found or
708 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
723 * The search terminates when either a level is found with the PHYSICAL_PACKAGE
726 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.
747 * Return: -ENOENT if the PPTT doesn't exist, the CPU cannot be found
799 * The search terminates when a level is found with the identical implementation
806 * Return: -ENOENT if the PPTT doesn't exist, or the CPU cannot be found.