Searched refs:cache_type (Results 1 – 3 of 3) sorted by relevance
| /misc/config_tools/board_inspector/extractors/ |
| A D | 20-cache.py | 96 cache_type = leaf_4.cache_type 97 if cache_type == 0: 106 … = add_child(caches_node, "cache", None, level=str(cache_level), id=cache_id, type=str(cache_type))
|
| /misc/config_tools/library/ |
| A D | rdt.py | 143 cache_type = get_node("../TYPE/text()", vm) 144 policy_owner_list.append(policy_owner(vm_name, int(vcpu), cache_type)) 174 if policy_owner.cache_type == "Code": 176 elif policy_owner.cache_type == "Data":
|
| /misc/config_tools/board_inspector/cpuparser/ |
| A D | cpuids.py | 204 cache_type = cpuidfield(EAX, 4, 0, doc="Cache Type Field") variable in LEAF_4
|
Completed in 8 milliseconds