| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | vmrecord.c | 12 int vmrecord_last(struct vmrecord_t *vmrecord, const char *vm_name, in vmrecord_last() argument 19 if (!vmrecord || !vm_name || !nlen || !vmkey || !ksize) in vmrecord_last() 26 memcpy(key, vm_name, nlen); in vmrecord_last() 146 int vmrecord_new(struct vmrecord_t *vmrecord, const char *vm_name, in vmrecord_new() argument 152 if (!vmrecord || !vm_name || !key) in vmrecord_new() 156 vm_name, key, VMRECORD_TAG_WAITING_SYNC); in vmrecord_new()
|
| A D | android_events.c | 279 char vm_name[32]; in fire_detected_events() local 287 vm_name, sizeof(vm_name), in fire_detected_events() 293 vm = get_vm_by_name((const char *)vm_name); in fire_detected_events()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | vmrecord.h | 34 int vmrecord_last(struct vmrecord_t *vmrecord, const char *vm_name, 41 int vmrecord_new(struct vmrecord_t *vmrecord, const char *vm_name,
|
| /misc/config_tools/scenario_config/ |
| A D | config_summary.py | 286 for vm_name in vm_name_list: 322 for vm_name in vm_name_list: 363 vm_name = vm_node.find("name").text 408 vm_name = vm_node.find("name").text 421 vm_name = vm_node.find("name").text 428 if vm_name in self.pci_vuart.keys(): 429 for item in self.pci_vuart[vm_name]: 432 if vm_name in self.pci_ivshmem.keys(): 433 for item in self.pci_ivshmem[vm_name]: 442 vm_name = vm_node.find("name").text [all …]
|
| A D | upgrader.py | 40 dev = cls.next_dev[vm_name] 41 cls.next_dev[vm_name] += 1 45 self.vm_name = vm_name 147 vm_name = vm_name_node[0].text 148 dev = cls.next_dev[vm_name] 149 cls.next_dev[vm_name] += 1 164 if vm_name: 165 vm_name = vm_name[0] 166 dev = cls.next_dev[vm_name] 167 cls.next_dev[vm_name] += 1 [all …]
|
| /misc/config_tools/library/ |
| A D | rdt.py | 115 self.data_policy = RdtPolicy(data_list, policy_owner(owner.vm_name, owner.vcpu, "Data")) 116 self.code_policy = RdtPolicy(code_list, policy_owner(owner.vm_name, owner.vcpu, "Code")) 141 vm_name = get_node("./text()", vm) 144 policy_owner_list.append(policy_owner(vm_name, int(vcpu), cache_type)) 147 def vm_vcat_enable(scenario_etree, vm_name): argument 178 elif vm_vcat_enable(scenario_etree, policy_owner.vm_name):
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | VUART.vue | 20 …orm-select :state="validation(VUARTConn.endpoint[0].vm_name)" v-model="VUARTConn.endpoint[0].vm_na… 22 …@input="selectChange(index,VUARTConn.endpoint[0].vm_name,VUARTConn.endpoint[0],0)"></b-form-select> 48 …orm-select :state="validation(VUARTConn.endpoint[1].vm_name)" v-model="VUARTConn.endpoint[1].vm_na… 50 …@input="selectChange(index,VUARTConn.endpoint[1].vm_name,VUARTConn.endpoint[1],1)"></b-form-select> 105 <b-col sm="4"> Connection_{{ index + 1 }}-{{ VUARTConn.endpoint[0].vm_name }}</b-col> 117 <b-col sm="4"> Connection_{{ index + 1 }}-{{ VUARTConn.endpoint[1].vm_name }}</b-col> 198 vmNameTitle: epTypeProp.vm_name.title, 250 "vm_name": "", 255 "vm_name": "",
|
| /misc/config_tools/static_allocators/ |
| A D | s5_vuart.py | 36 def get_console_vuart_port(scenario_etree, vm_name): argument 52 def alloc_free_port(scenario_etree, load_order, vm_name): argument 58 console_port = get_console_vuart_port(scenario_etree, vm_name)
|
| A D | clos.py | 36 vm_name = get_node("./name/text()", vm_node) 41 index = get_clos_id(mask_list, rdt.policy_owner(vm_name, vcpu, "Data")) // 2 43 index = get_clos_id(mask_list, rdt.policy_owner(vm_name, vcpu, "Unified"))
|
| A D | intx.py | 88 vm_name = get_node("./vm_name/text()", endpoint) 89 if vm_name == vmname:
|
| A D | gpa.py | 125 vm_name = get_node(f"//vm[@id = '{vm_id}']/name/text()", scenario_etree)
|
| /misc/services/life_mngr/ |
| A D | config.c | 81 memcpy(life_conf.vm_name, value_str, strlen(value_str)); in load_config() 94 if (strlen(life_conf.vm_name) == 0) { in load_config()
|
| A D | config.h | 35 char vm_name[MAX_CONFIG_VALUE_LEN]; member
|
| A D | monitor.c | 112 channel = init_uart_channel(life_conf.vm_name); in init_uart_channel_devs_and_shutdown_commands()
|
| /misc/config_tools/launch_config/ |
| A D | launch_cfg_gen.py | 81 def __init__(self, board_etree, vm_name, vm_scenario_etree): argument 85 self._vm_name = vm_name 235 def cpu_id_to_lapic_id(board_etree, vm_name, cpu): argument 251 vm_name = eval_xpath(vm_scenario_etree, "./name/text()", f"ACRN Post-Launched VM") 252 script = LaunchScript(board_etree, vm_name, vm_scenario_etree) 270 …lapic_ids = [x for x in [cpu_id_to_lapic_id(board_etree, vm_name, cpu_id) for cpu_id in cpus] if x…
|
| /misc/config_tools/static_allocators/lib/ |
| A D | lib.py | 111 vm_name = get_node("./VM_NAME/text()", shm_vm)
|
| /misc/config_tools/configurator/packages/configurator/src/pages/ |
| A D | Config.vue | 383 if (ep.vm_name === oldname) { 384 ep.vm_name = newname
|