Home
last modified time | relevance | path

Searched refs:found_cache (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/acpi/
Dpptt.c359 struct acpi_pptt_cache *found_cache, in update_cache_properties() argument
366 if (found_cache->flags & ACPI_PPTT_SIZE_PROPERTY_VALID) in update_cache_properties()
367 this_leaf->size = found_cache->size; in update_cache_properties()
368 if (found_cache->flags & ACPI_PPTT_LINE_SIZE_VALID) in update_cache_properties()
369 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
370 if (found_cache->flags & ACPI_PPTT_NUMBER_OF_SETS_VALID) in update_cache_properties()
371 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
372 if (found_cache->flags & ACPI_PPTT_ASSOCIATIVITY_VALID) in update_cache_properties()
373 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
374 if (found_cache->flags & ACPI_PPTT_WRITE_POLICY_VALID) { in update_cache_properties()
[all …]