Lines Matching defs:cache
360 struct acpi_hmat_cache *cache = (void *)header;
365 if (cache->header.length < sizeof(*cache)) {
366 pr_notice("HMAT: Unexpected cache header length: %u\n",
367 cache->header.length);
371 attrs = cache->cache_attributes;
373 cache->memory_PD, cache->cache_size, attrs,
374 cache->number_of_SMBIOShandles);
376 target = find_mem_target(cache->memory_PD);
382 pr_notice_once("Failed to allocate HMAT cache info\n");
386 tcache->cache_attrs.size = cache->cache_size;