Searched refs:update_text (Results 1 – 3 of 3) sorted by relevance
| /misc/config_tools/static_allocators/ |
| A D | cpu_freq.py | 184 … acrn_config_utilities.update_text("./limits/limit_highest_lvl", str(highest_lvl), alloc_cpu, True) 185 … acrn_config_utilities.update_text("./limits/limit_lowest_lvl", str(lowest_lvl), alloc_cpu, True) 186 …acrn_config_utilities.update_text("./limits/limit_highest_pstate", str(highest_pstate), alloc_cpu,… 187 …acrn_config_utilities.update_text("./limits/limit_lowest_pstate", str(lowest_pstate), alloc_cpu, T…
|
| A D | gpa.py | 360 …acrn_config_utilities.update_text(f"./bar[@id = '2']", hex(bar_base | PREFETCHABLE_BIT | MEMORY_BA…
|
| /misc/config_tools/library/ |
| A D | acrn_config_utilities.py | 204 def update_text(xpath, value, etree, overwrite=False): function
|
Completed in 5 milliseconds