Home
last modified time | relevance | path

Searched refs:leaf (Results 1 – 9 of 9) sorted by relevance

/misc/config_tools/library/
A Dacrn_config_utilities.py297 def get_leaf_value(tmp, tag_str, leaf): argument
301 t_flag = find_tmp_flag(leaf.text)
306 tmp.multi.pcpu_id.append(leaf.text)
402 for leaf in sub:
404 if leaf.text == None or not leaf.text:
456 for leaf in sub:
458 tmp_vuart = get_vuart_id(tmp_vuart, leaf.tag, leaf.text)
477 for leaf in sub:
480 tmp_vuart = get_vuart_id(tmp_vuart, leaf.tag, leaf.text)
506 for leaf in sub:
[all …]
A Dhv_cfg_lib.py247 def hv_ssram_check(ssram_enabled, cpd_enabled, feature, tag, leaf): argument
248 key = 'hv,{},{},{}'.format(feature, tag, leaf)
/misc/config_tools/board_inspector/cpuparser/
A Dcpuids.py19 leaf = 0x0 variable in LEAF_0
42 leaf = 0x1 variable in LEAF_1
194 leaf = 0x2 variable in LEAF_2
203 leaf = 0x4 variable in LEAF_4
261 leaf = 0x5 variable in LEAF_5
281 leaf = 0x6 variable in LEAF_6
377 leaf = 0x7 variable in LEAF_7
529 leaf = 0x9 variable in LEAF_9
538 leaf = 0xA variable in LEAF_A
561 leaf = 0xB variable in LEAF_B
[all …]
A D__init__.py34 def parse_cpuid(leaf, subleaf, cpu_id): argument
35 if leaf in dispatch_table.keys():
36 return dispatch_table[leaf].read(cpu_id, subleaf)
37 elif leaf == 0xD:
44 elif leaf == 0xF:
51 elif leaf == 0x10:
A Dplatformbase.py28 def cpuid(cpu_id, leaf, subleaf): argument
29 result = external_tools.run(["cpuid", "-l", str(leaf), "-s", str(subleaf), "-r"], check=True)
47 r = cls(cpuid(cpu_id, cls.leaf, subleaf))
76 heading += "CPUID (EAX={:#x}".format(self.leaf)
/misc/config_tools/board_inspector/extractors/
A D10-processors.py45 for leaf in [0x80000002, 0x80000003, 0x80000004]:
46 leaf_data = parse_cpuid(leaf, 0, cpu_id)
51 for leaf in leaves:
52 leaf_data = parse_cpuid(leaf[0], leaf[1], cpu_id)
68 for leaf in leaves:
69 leaf_data = parse_cpuid(leaf[0], leaf[1], cpu_id)
/misc/debug_tools/acrn_crashlog/acrnprobe/images/
A Dcrash-config.dot10 c3 [ label="crash C\nid 3\ncrash leaf" ];
11 c4 [ label="crash D\nid 4\ncrash leaf" ];
12 c5 [ label="crash E\nid 5\ncrash root\ncrash leaf" ];
A Dcrash-match.dot10 c3 [ label="crash C\nid 3\ncrash leaf" ];
11 c4 [ label="crash D\nid 4\ncrash leaf" ];
/misc/debug_tools/acrn_trace/scripts/
A Dformats8 0x00010004 CPU%(cpu)d 0x%(event)016x %(tsc)d cpuid [leaf = 0x%(1)08x, subleaf = 0x%(2)08x]

Completed in 14 milliseconds