Searched refs:hmat_cache (Results 1 – 3 of 3) sorted by relevance
153 NumaHmatCacheOptions *hmat_cache) in build_hmat_cache() argument162 cache_attr |= (uint32_t) hmat_cache->level << 4; in build_hmat_cache()165 cache_attr |= (uint32_t) hmat_cache->associativity << 8; in build_hmat_cache()168 cache_attr |= (uint32_t) hmat_cache->policy << 12; in build_hmat_cache()171 cache_attr |= (uint32_t) hmat_cache->line << 16; in build_hmat_cache()180 build_append_int_noprefix(table_data, hmat_cache->node_id, 4); in build_hmat_cache()184 build_append_int_noprefix(table_data, hmat_cache->size, 8); in build_hmat_cache()206 NumaHmatCacheOptions *hmat_cache; in hmat_build_table_structs() local257 if (numa_state->hmat_cache[i][cache_level]) { in hmat_build_table_structs()262 hmat_cache = numa_state->hmat_cache[i][cache_level]; in hmat_build_table_structs()[all …]
394 NumaHmatCacheOptions *hmat_cache = NULL; in parse_numa_hmat_cache() local418 if (ms->numa_state->hmat_cache[node->node_id][node->level]) { in parse_numa_hmat_cache()426 ms->numa_state->hmat_cache[node->node_id][node->level - 1] == NULL) { in parse_numa_hmat_cache()434 ms->numa_state->hmat_cache[node->node_id][node->level - 1]->size)) { in parse_numa_hmat_cache()438 ms->numa_state->hmat_cache[node->node_id] in parse_numa_hmat_cache()445 ms->numa_state->hmat_cache[node->node_id][node->level + 1] && in parse_numa_hmat_cache()447 ms->numa_state->hmat_cache[node->node_id][node->level + 1]->size)) { in parse_numa_hmat_cache()451 ms->numa_state->hmat_cache[node->node_id] in parse_numa_hmat_cache()457 hmat_cache = g_malloc0(sizeof(*hmat_cache)); in parse_numa_hmat_cache()458 memcpy(hmat_cache, node, sizeof(*hmat_cache)); in parse_numa_hmat_cache()[all …]
97 NumaHmatCacheOptions *hmat_cache[MAX_NODES][HMAT_LB_LEVELS]; member