Searched refs:cache_attrs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/numa/ |
H A D | hmat.c | 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 in hmat_parse_cache() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/numa/ |
H A D | hmat.c | 57 struct node_cache_attrs cache_attrs; member 67 struct node_cache_attrs cache_attrs; member 385 tcache->cache_attrs.size = cache->cache_size; in hmat_parse_cache() 386 tcache->cache_attrs.level = (attrs & ACPI_HMAT_CACHE_LEVEL) >> 4; in hmat_parse_cache() 387 tcache->cache_attrs.line_size = (attrs & ACPI_HMAT_CACHE_LINE_SIZE) >> 16; in hmat_parse_cache() 391 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache() 394 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache() 398 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache() 404 tcache->cache_attrs.write_policy = NODE_CACHE_WRITE_BACK; in hmat_parse_cache() 407 tcache->cache_attrs in hmat_parse_cache() [all...] |
/kernel/linux/linux-5.10/drivers/base/ |
H A D | node.c | 219 * @cache_attrs:Attributes for this cache level 224 struct node_cache_attrs cache_attrs; member 234 to_cache_info(dev)->cache_attrs.name); \ 243 static struct attribute *cache_attrs[] = { variable 290 * @cache_attrs: Attributes for the cache being added 292 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs) in node_add_cache() argument 302 list_for_each_entry(info, &node->cache_attrs, node) { in node_add_cache() 303 if (info->cache_attrs.level == cache_attrs->level) { in node_add_cache() 306 cache_attrs in node_add_cache() [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | node.c | 223 * @cache_attrs:Attributes for this cache level 228 struct node_cache_attrs cache_attrs; member 238 to_cache_info(dev)->cache_attrs.name); \ 247 static struct attribute *cache_attrs[] = { variable 294 * @cache_attrs: Attributes for the cache being added 296 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs) in node_add_cache() argument 306 list_for_each_entry(info, &node->cache_attrs, node) { in node_add_cache() 307 if (info->cache_attrs.level == cache_attrs->level) { in node_add_cache() 310 cache_attrs in node_add_cache() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | node.h | 67 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs); 72 struct node_cache_attrs *cache_attrs) in node_add_cache() 87 struct list_head cache_attrs; member 71 node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs) node_add_cache() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | node.h | 68 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs); 73 struct node_cache_attrs *cache_attrs) in node_add_cache() 92 struct list_head cache_attrs; member 72 node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs) node_add_cache() argument
|
Completed in 5 milliseconds