Home
last modified time | relevance | path

Searched refs:cache_id (Results 1 – 6 of 6) sorted by relevance

/misc/config_tools/library/
A Drdt.py19 def __init__(self, cache_id, clos_mask): argument
20 self.cache_id = cache_id
24 return self.cache_id
34 self.cache_id = policy.get_cache_id()
46 if cache2_id == policy.cache_id:
79 cache_id = get_node("../CACHE_ID/text()", policy)
83 cache2_id = cache_id
86 cache3_id = cache_id
/misc/config_tools/board_config/
A Dboard_c.py163 cache_id = get_node(f"./@id", cache)
177 cat_mask_list = get_mask_list(cache_level, cache_id)
187 … clos_config_array = "platform_l{0}_clos_array_{1}".format(cache_level, int(cache_id, 16))
221 def get_mask_list(cache_level, cache_id): argument
240 cache_id = get_node(f"./@id", cache)
244 cat_mask_list = get_mask_list(cache_level, cache_id)
247 …print("union clos_config platform_l2_clos_array_{0}[{1}] = {{".format(int(cache_id, 16), clos_numb…
254 cat_mask_list = get_mask_list(cache_level, cache_id)
256 …print("union clos_config platform_l3_clos_array_{0}[{1}] = {{".format(int(cache_id, 16), clos_numb…
/misc/config_tools/board_inspector/extractors/
A D20-cache.py102 cache_id = hex(int(get_node(thread, "apic_id/text()"), base=16) >> shift_width)
106 …n = add_child(caches_node, "cache", None, level=str(cache_level), id=cache_id, type=str(cache_type…
A D40-acpi-tables.py124 for cache_id in entry.cache_id:
/misc/config_tools/scenario_config/
A Dconfig_summary.py231 cache_id = cache_allocation_node.find("CACHE_ID").text
238 if (cache_level, cache_id) not in vm_used_vcpu_info.keys():
239 …vm_used_vcpu_info[(cache_level, cache_id)] = [(vm_name_list[index], vcpu_num_list[index], clos_mas…
241 …vm_used_vcpu_info[(cache_level, cache_id)].append((vm_name_list[index], vcpu_num_list[index], clos…
389 def get_each_cache_way_info(self, cache_level, cache_id=None): argument
393 if cache_id is not None:
/misc/config_tools/acpi_gen/
A Dasl_gen.py823 cache_id = int(cache.get("id"), base=16),
837 cache_id = int(cache.get("id"), base=16),

Completed in 8 milliseconds