Searched refs:cache (Results 1 – 5 of 5) sorted by relevance
| /misc/config_tools/configurator/pyodide/ |
| A D | loadBoard.py | 91 for cache in caches: 92 cache_level = int(cache.attrs['level']) 95 if cache_level == 1 or len(processors := cache.select('processors processor')) <= 1: 98 if cache.select_one('#CAT') is None: 101 capacity_mask_length = cache.select_one('capability capacity_mask_length') 107 'id': cache.attrs['id'], 109 'type': cache.attrs['type'], 110 'cache_size': int(cache.select_one('cache_size').text),
|
| /misc/config_tools/data/generic_board/generic_code/boards/ |
| A D | board.c | 92 .res.cache = { 103 .res.cache = { 114 .res.cache = { 125 .res.cache = {
|
| /misc/config_tools/board_config/ |
| A D | board_c.py | 153 def gen_rdt_str(cache, config): argument 162 cache_level = get_node(f"./@level", cache) 163 cache_id = get_node(f"./@id", cache) 238 for idx, cache in enumerate(cache_list): 240 cache_id = get_node(f"./@id", cache) 300 for idx, cache in enumerate(cache_list): 301 err_dic = gen_rdt_str(cache, config) 311 for idx, cache in enumerate(cache_list): 312 err_dic = gen_rdt_str(cache, config) 322 for idx, cache in enumerate(cache_list): [all …]
|
| /misc/config_tools/acpi_gen/ |
| A D | asl_gen.py | 814 …for cache in board_etree.xpath(f"//caches/cache[count(processors/processor[contains('{vcpus}', .)]… 815 ssram_cap = get_node("capability[@id = 'Software SRAM']", cache) 822 level = int(cache.get("level")), 823 cache_id = int(cache.get("id"), base=16), 836 level = int(cache.get("level")), 837 cache_id = int(cache.get("id"), base=16),
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | CAT.vue | 51 …Drag the ends of the boxes to cover the cache chunks you want to allocate to specific VMs. If you … 53 VM,ensure its cache chunks do not overlap with any other VM's cache chunks.
|
Completed in 7 milliseconds