found_cache 357 drivers/acpi/pptt.c struct acpi_pptt_cache *found_cache, found_cache 361 drivers/acpi/pptt.c if (found_cache->flags & ACPI_PPTT_SIZE_PROPERTY_VALID) found_cache 362 drivers/acpi/pptt.c this_leaf->size = found_cache->size; found_cache 363 drivers/acpi/pptt.c if (found_cache->flags & ACPI_PPTT_LINE_SIZE_VALID) found_cache 364 drivers/acpi/pptt.c this_leaf->coherency_line_size = found_cache->line_size; found_cache 365 drivers/acpi/pptt.c if (found_cache->flags & ACPI_PPTT_NUMBER_OF_SETS_VALID) found_cache 366 drivers/acpi/pptt.c this_leaf->number_of_sets = found_cache->number_of_sets; found_cache 367 drivers/acpi/pptt.c if (found_cache->flags & ACPI_PPTT_ASSOCIATIVITY_VALID) found_cache 368 drivers/acpi/pptt.c this_leaf->ways_of_associativity = found_cache->associativity; found_cache 369 drivers/acpi/pptt.c if (found_cache->flags & ACPI_PPTT_WRITE_POLICY_VALID) { found_cache 370 drivers/acpi/pptt.c switch (found_cache->attributes & ACPI_PPTT_MASK_WRITE_POLICY) { found_cache 379 drivers/acpi/pptt.c if (found_cache->flags & ACPI_PPTT_ALLOCATION_TYPE_VALID) { found_cache 380 drivers/acpi/pptt.c switch (found_cache->attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) { found_cache 405 drivers/acpi/pptt.c found_cache->flags & ACPI_PPTT_CACHE_TYPE_VALID) found_cache 412 drivers/acpi/pptt.c struct acpi_pptt_cache *found_cache; found_cache 421 drivers/acpi/pptt.c found_cache = acpi_find_cache_node(table, acpi_cpu_id, found_cache 425 drivers/acpi/pptt.c pr_debug("found = %p %p\n", found_cache, cpu_node); found_cache 426 drivers/acpi/pptt.c if (found_cache) found_cache 428 drivers/acpi/pptt.c found_cache, found_cache 695 drivers/acpi/pptt.c struct acpi_pptt_cache *found_cache; found_cache 707 drivers/acpi/pptt.c found_cache = acpi_find_cache_node(table, acpi_cpu_id, found_cache 711 drivers/acpi/pptt.c if (found_cache)