Searched refs:cache_attrs (Results 1 – 2 of 2) sorted by relevance
58 struct node_cache_attrs cache_attrs; member74 struct node_cache_attrs cache_attrs; member133 if (tcache->cache_attrs.address_mode != in hmat_get_extended_linear_cache_size()141 *cache_size = tcache->cache_attrs.size; in hmat_get_extended_linear_cache_size()541 tcache->cache_attrs.size = cache->cache_size; in hmat_parse_cache()547 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()550 tcache->cache_attrs.address_mode = in hmat_parse_cache()555 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()559 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()565 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_BACK; in hmat_parse_cache()[all …]
260 struct node_cache_attrs cache_attrs; member270 to_cache_info(dev)->cache_attrs.name); \280 static struct attribute *cache_attrs[] = { variable340 list_for_each_entry(info, &node->cache_attrs, node) { in node_add_cache()341 if (info->cache_attrs.level == cache_attrs->level) { in node_add_cache()344 cache_attrs->level); in node_add_cache()363 if (dev_set_name(dev, "index%d", cache_attrs->level)) in node_add_cache()366 info->cache_attrs = *cache_attrs; in node_add_cache()369 cache_attrs->level); in node_add_cache()373 list_add_tail(&info->node, &node->cache_attrs); in node_add_cache()[all …]
Completed in 10 milliseconds