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; member132 if (tcache->cache_attrs.address_mode != in hmat_get_extended_linear_cache_size()140 *cache_size = tcache->cache_attrs.size; in hmat_get_extended_linear_cache_size()511 tcache->cache_attrs.size = cache->cache_size; in hmat_parse_cache()512 tcache->cache_attrs.level = (attrs & ACPI_HMAT_CACHE_LEVEL) >> 4; in hmat_parse_cache()513 tcache->cache_attrs.line_size = (attrs & ACPI_HMAT_CACHE_LINE_SIZE) >> 16; in hmat_parse_cache()517 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()520 tcache->cache_attrs.address_mode = in hmat_parse_cache()525 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()[all …]
85 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs);92 struct node_cache_attrs *cache_attrs) in node_add_cache() argument113 struct list_head cache_attrs; member