Searched refs:vbdf (Results 1 – 5 of 5) sorted by relevance
| /misc/config_tools/data/generic_board/generic_code/partitioned/ |
| A D | pci_dev.c | 18 .vbdf.bits = {.b = 0x00U, .d = 0x00U, .f = 0x00U}, 22 .vbdf.bits = 43 .vbdf.bits = 62 .vbdf.bits = {.b = 0x00U, .d = 0x00U, .f = 0x00U}, 66 .vbdf.bits =
|
| /misc/config_tools/launch_config/ |
| A D | launch_cfg_gen.py | 205 if vbdf is None: 224 if vbdf != 2: 244 def get_slot_by_vbdf(vbdf): argument 245 if vbdf is not None: 292 script.add_virtual_device("lpc", vbdf="1:0") 298 script.add_virtual_device("hostbridge", vbdf="0:0") 304 vbdf = eval_xpath(ivshmem, f".//VBDF/text()") 305 slot = get_slot_by_vbdf(vbdf) 312 vbdf = eval_xpath(ivshmem, f".//VBDF/text()") 313 slot = get_slot_by_vbdf(vbdf) [all …]
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | VUART.vue | 99 <span v-html="this.VuartEndpointType.vbdf.description"></span> 109 …b-form-input :state="validateVBDF(VUARTConn.endpoint[0].vbdf)" v-model="VUARTConn.endpoint[0].vbdf" 121 …b-form-input :state="validateVBDF(VUARTConn.endpoint[1].vbdf)" v-model="VUARTConn.endpoint[1].vbdf" 202 vuartVBDFTitle: epTypeProp.vbdf.title, 204 vBDFPlaceholder: epTypeProp.vbdf['ui:options']['placeholder'], 252 "vbdf": "", 257 "vbdf": "", 265 obj.vbdf = "" 270 obj.vbdf = ""
|
| /misc/config_tools/static_allocators/lib/ |
| A D | lib.py | 113 vbdf = get_node("./VBDF/text()", shm_vm) 116 shmem_regions[vm_id][shm_name] = {'id' : str(idx), 'size' : shm_size, 'vbdf' : vbdf}
|
| /misc/config_tools/scenario_config/ |
| A D | upgrader.py | 63 vbdf = vbdf_node.text if vbdf_node is not None else None 64 … conn.add_endpoint(VirtualUartConnections.VirtualUartEndpoint(vm_name, io_port, vbdf)) 183 vbdf = shared_vm_node.find("VBDF").text 184 shared_vms.append((vm_name, vbdf)) 197 for vm_name, vbdf in self.shared_vms: 200 etree.SubElement(vm_node, "VBDF").text = vbdf
|
Completed in 11 milliseconds