Searched refs:found_cache (Results 1 – 1 of 1) sorted by relevance
363 struct acpi_pptt_cache *found_cache, in update_cache_properties() argument370 if (found_cache->flags & ACPI_PPTT_SIZE_PROPERTY_VALID) in update_cache_properties()371 this_leaf->size = found_cache->size; in update_cache_properties()372 if (found_cache->flags & ACPI_PPTT_LINE_SIZE_VALID) in update_cache_properties()376 if (found_cache->flags & ACPI_PPTT_ASSOCIATIVITY_VALID) in update_cache_properties()414 found_cache->flags & ACPI_PPTT_CACHE_TYPE_VALID) in update_cache_properties()428 struct acpi_pptt_cache *found_cache; in cache_setup_acpi_cpu() local437 found_cache = acpi_find_cache_node(table, acpi_cpu_id, in cache_setup_acpi_cpu()441 pr_debug("found = %p %p\n", found_cache, cpu_node); in cache_setup_acpi_cpu()442 if (found_cache) in cache_setup_acpi_cpu()[all …]