Searched defs:memory_target (Results 1 – 1 of 1) sorted by relevance
48 struct memory_target { struct49 struct list_head node;50 unsigned int memory_pxm;51 unsigned int processor_pxm;52 struct node_hmem_attrs hmem_attrs;53 struct list_head caches;54 struct node_cache_attrs cache_attrs;78 static struct memory_target *find_mem_target(unsigned int mem_pxm) in find_mem_target() argument