Lines Matching refs:found_cache
358 struct acpi_pptt_cache *found_cache, in update_cache_properties() argument
362 if (found_cache->flags & ACPI_PPTT_SIZE_PROPERTY_VALID) in update_cache_properties()
363 this_leaf->size = found_cache->size; in update_cache_properties()
364 if (found_cache->flags & ACPI_PPTT_LINE_SIZE_VALID) in update_cache_properties()
365 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
366 if (found_cache->flags & ACPI_PPTT_NUMBER_OF_SETS_VALID) in update_cache_properties()
367 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
368 if (found_cache->flags & ACPI_PPTT_ASSOCIATIVITY_VALID) in update_cache_properties()
369 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
370 if (found_cache->flags & ACPI_PPTT_WRITE_POLICY_VALID) { in update_cache_properties()
371 switch (found_cache->attributes & ACPI_PPTT_MASK_WRITE_POLICY) { in update_cache_properties()
380 if (found_cache->flags & ACPI_PPTT_ALLOCATION_TYPE_VALID) { in update_cache_properties()
381 switch (found_cache->attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) { in update_cache_properties()
406 found_cache->flags & ACPI_PPTT_CACHE_TYPE_VALID) in update_cache_properties()
413 struct acpi_pptt_cache *found_cache; in cache_setup_acpi_cpu() local
422 found_cache = acpi_find_cache_node(table, acpi_cpu_id, in cache_setup_acpi_cpu()
426 pr_debug("found = %p %p\n", found_cache, cpu_node); in cache_setup_acpi_cpu()
427 if (found_cache) in cache_setup_acpi_cpu()
429 found_cache, in cache_setup_acpi_cpu()
696 struct acpi_pptt_cache *found_cache; in find_acpi_cpu_cache_topology() local
708 found_cache = acpi_find_cache_node(table, acpi_cpu_id, in find_acpi_cpu_cache_topology()
712 if (found_cache) in find_acpi_cpu_cache_topology()