Lines Matching refs:cache
136 struct acpi_pptt_cache *cache = ctx->current; in acpi_pptt_add_cache() local
140 cache->hdr.type = ACPI_PPTT_TYPE_CACHE; in acpi_pptt_add_cache()
141 cache->hdr.length = sizeof(struct acpi_pptt_cache); in acpi_pptt_add_cache()
142 cache->flags = flags; in acpi_pptt_add_cache()
143 cache->next_cache_level = next_cache_level; in acpi_pptt_add_cache()
144 cache->size = size; in acpi_pptt_add_cache()
145 cache->sets = sets; in acpi_pptt_add_cache()
146 cache->assoc = assoc; in acpi_pptt_add_cache()
147 cache->attributes = attributes; in acpi_pptt_add_cache()
148 cache->line_size = line_size; in acpi_pptt_add_cache()
149 acpi_inc(ctx, cache->hdr.length); in acpi_pptt_add_cache()