Searched refs:cache_attrs (Results 1 – 2 of 2) sorted by relevance
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()504 tcache->cache_attrs.line_size = (attrs & ACPI_HMAT_CACHE_LINE_SIZE) >> 16; 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()[all …]