Lines Matching defs:found_cache
347 * @found_cache: The PPTT node describing this cache instance
358 struct acpi_pptt_cache *found_cache,
365 if (found_cache->flags & ACPI_PPTT_SIZE_PROPERTY_VALID)
366 this_leaf->size = found_cache->size;
367 if (found_cache->flags & ACPI_PPTT_LINE_SIZE_VALID)
368 this_leaf->coherency_line_size = found_cache->line_size;
369 if (found_cache->flags & ACPI_PPTT_NUMBER_OF_SETS_VALID)
370 this_leaf->number_of_sets = found_cache->number_of_sets;
371 if (found_cache->flags & ACPI_PPTT_ASSOCIATIVITY_VALID)
372 this_leaf->ways_of_associativity = found_cache->associativity;
373 if (found_cache->flags & ACPI_PPTT_WRITE_POLICY_VALID) {
374 switch (found_cache->attributes & ACPI_PPTT_MASK_WRITE_POLICY) {
383 if (found_cache->flags & ACPI_PPTT_ALLOCATION_TYPE_VALID) {
384 switch (found_cache->attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) {
409 found_cache->flags & ACPI_PPTT_CACHE_TYPE_VALID)
412 if (revision >= 3 && (found_cache->flags & ACPI_PPTT_CACHE_ID_VALID)) {
414 found_cache, sizeof(struct acpi_pptt_cache));
423 struct acpi_pptt_cache *found_cache;
432 found_cache = acpi_find_cache_node(table, acpi_cpu_id,
436 pr_debug("found = %p %p\n", found_cache, cpu_node);
437 if (found_cache)
438 update_cache_properties(this_leaf, found_cache,