Searched refs:cache_attrs (Results 1 – 3 of 3) sorted by relevance
229 struct node_cache_attrs cache_attrs; member239 to_cache_info(dev)->cache_attrs.name); \248 static struct attribute *cache_attrs[] = { variable307 list_for_each_entry(info, &node->cache_attrs, node) { in node_add_cache()308 if (info->cache_attrs.level == cache_attrs->level) { in node_add_cache()311 cache_attrs->level); in node_add_cache()330 if (dev_set_name(dev, "index%d", cache_attrs->level)) in node_add_cache()333 info->cache_attrs = *cache_attrs; in node_add_cache()336 cache_attrs->level); in node_add_cache()340 list_add_tail(&info->node, &node->cache_attrs); in node_add_cache()[all …]
78 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs);83 struct node_cache_attrs *cache_attrs) in node_add_cache() argument98 struct list_head cache_attrs; member
58 struct node_cache_attrs cache_attrs; member74 struct node_cache_attrs cache_attrs; member502 tcache->cache_attrs.size = cache->cache_size; in hmat_parse_cache()503 tcache->cache_attrs.level = (attrs & ACPI_HMAT_CACHE_LEVEL) >> 4; in hmat_parse_cache()508 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()511 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()515 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()521 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_BACK; in hmat_parse_cache()524 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_THROUGH; in hmat_parse_cache()528 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_OTHER; in hmat_parse_cache()[all …]
Completed in 11 milliseconds