Lines Matching refs:acpi_pptt_cache
53 static struct acpi_pptt_cache *fetch_pptt_cache(struct acpi_table_header *table_hdr, in fetch_pptt_cache()
56 return (struct acpi_pptt_cache *)fetch_pptt_subtable(table_hdr, pptt_ref); in fetch_pptt_cache()
106 struct acpi_pptt_cache **found, in acpi_pptt_walk_cache()
109 struct acpi_pptt_cache *cache; in acpi_pptt_walk_cache()
114 cache = (struct acpi_pptt_cache *) res; in acpi_pptt_walk_cache()
146 static struct acpi_pptt_cache *
155 struct acpi_pptt_cache *ret = NULL; in acpi_find_cache_level()
318 static struct acpi_pptt_cache *acpi_find_cache_node(struct acpi_table_header *table_hdr, in acpi_find_cache_node()
325 struct acpi_pptt_cache *found = NULL; in acpi_find_cache_node()
358 struct acpi_pptt_cache *found_cache, in update_cache_properties()
414 found_cache, sizeof(struct acpi_pptt_cache)); in update_cache_properties()
423 struct acpi_pptt_cache *found_cache; in cache_setup_acpi_cpu()