Searched refs:cache_level (Results 1 – 6 of 6) sorted by relevance
| /misc/config_tools/board_inspector/extractors/ |
| A D | 20-cache.py | 100 cache_level = leaf_4.cache_level 106 …n = add_child(caches_node, "cache", None, level=str(cache_level), id=cache_id, type=str(cache_type… 121 if cache_level == 2: 123 elif cache_level == 3: 137 elif cache_level == 3:
|
| /misc/config_tools/scenario_config/ |
| A D | config_summary.py | 186 self.write_each_shared_cache(cache_level='2') 187 self.write_each_shared_cache(cache_level='3') 190 def write_each_shared_cache(self, cache_level): argument 191 vm_vcpu_info = self.get_vm_used_vcpu(cache_level) 192 if not bool(vm_vcpu_info) and cache_level == '2': 196 elif not bool(vm_vcpu_info) and cache_level == '3': 208 def get_vcpu_table(self, vm_vcpu_info, cache_level): argument 211 chunk_list = self.get_each_cache_way_info(cache_level=cache_level)[1] 224 def get_vm_used_vcpu(self, cache_level): argument 232 if cache_allocation_node.find("CACHE_LEVEL").text == cache_level: [all …]
|
| /misc/config_tools/board_config/ |
| A D | board_c.py | 162 cache_level = get_node(f"./@level", cache) 177 cat_mask_list = get_mask_list(cache_level, cache_id) 182 if cache_level == "2": 184 elif cache_level == "3": 221 def get_mask_list(cache_level, cache_id): argument 224 if cache_level == "3": 239 cache_level = get_node(f"./@level", cache) 242 if cache_level == "2": 244 cat_mask_list = get_mask_list(cache_level, cache_id) 253 elif cache_level == "3": [all …]
|
| /misc/config_tools/configurator/pyodide/ |
| A D | loadBoard.py | 92 cache_level = int(cache.attrs['level']) 95 if cache_level == 1 or len(processors := cache.select('processors processor')) <= 1: 108 'level': cache_level,
|
| /misc/config_tools/library/ |
| A D | rdt.py | 78 cache_level = get_node("../CACHE_LEVEL/text()", policy) 81 if cache_level == "2":
|
| /misc/config_tools/board_inspector/cpuparser/ |
| A D | cpuids.py | 205 cache_level = cpuidfield(EAX, 7, 5, doc="Cache Level") variable in LEAF_4
|
Completed in 13 milliseconds