Lines Matching refs:cache_attrs
58 struct node_cache_attrs cache_attrs; member
68 struct node_cache_attrs cache_attrs; member
386 tcache->cache_attrs.size = cache->cache_size; in hmat_parse_cache()
387 tcache->cache_attrs.level = (attrs & ACPI_HMAT_CACHE_LEVEL) >> 4; in hmat_parse_cache()
388 tcache->cache_attrs.line_size = (attrs & ACPI_HMAT_CACHE_LINE_SIZE) >> 16; in hmat_parse_cache()
392 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()
395 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()
399 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
405 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_BACK; in hmat_parse_cache()
408 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_THROUGH; in hmat_parse_cache()
412 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_OTHER; in hmat_parse_cache()
686 node_add_cache(mem_nid, &tcache->cache_attrs); in hmat_register_target_cache()