Lines Matching refs:xpath
120 console_vuart = scenario_etree.xpath(f"./console_vuart[base != 'INVALID_PCI_BASE']/@id")
126 …communication_vuarts = scenario_etree.xpath(f"//vuart_connection[endpoint/vm_name/text() = '{vm_na…
134 legacy_vuart = vm_node.xpath(f".//legacy_vuart[base = 'CONFIG_COM_BASE']/@id")
154 pt_devs = vm_node_etree.xpath(f".//pci_dev/text()")
164 …pt_dev_resources = pt_dev_node.xpath(".//resource[@type = 'memory' and @len != '0x0' and @id and @…
178 pt_devs = vm_node_etree.xpath(f".//pci_dev/text()")
188 …pt_dev_resources = pt_dev_node.xpath(".//resource[@type = 'io_port' and @id[starts-with(., 'bar')]…
208 bar_regions = pt_dev_node.xpath(".//resource[@type = 'memory' and @width]")
215 …bar_regions_io_port = pt_dev_node.xpath(".//resource[@type = 'io_port' and @id[starts-with(., 'bar…
232 …nodes = board_etree.xpath(f"//resource[@type = 'memory' and @len != '0x0' and @id and @width and @…
233 …secondary_pci_nodes = board_etree.xpath(f"//resource[../bus[@type = 'pci'] and @type = 'memory' an…
255 nodes = board_etree.xpath(f"//device/resource[@type = 'io_port' and @len != '0x0' and @id]")
274 pt_devs = scenario_etree.xpath(f"//vm[load_order = 'PRE_LAUNCHED_VM']/pci_devs/pci_dev/text()")
280 …resources = board_etree.xpath(f"//bus[@address = '{hex(bus)}']/device[@address = '{hex((dev << 16)…
294 pt_devs = vm_node.xpath(f".//pci_devs/pci_dev/text()")
300 …resources = board_etree.xpath(f"//bus[@address = '{hex(bus)}']/device[@address = '{hex((dev << 16)…
314 vm_nodes = scenario_etree.xpath(f"//vm[load_order = 'PRE_LAUNCHED_VM']")
321 …resources_hostbridge = board_etree.xpath("//bus/resource[@type = 'memory' and @len != '0x0' and n…
335 …resources_hostbridge = board_etree.xpath("//bus[@address = '0x0']/resource[@type = 'io_port' and …
426 vm_nodes = scenario_etree.xpath("//vm")
466 vm_nodes = scenario_etree.xpath("//vm")
498 l3_sw_sram = board_etree.xpath("//cache[@level='3']/capability[@id='Software SRAM']")
503 for ssram in board_etree.xpath("//cache/capability[@id='Software SRAM']"):
532 vm_nodes = scenario_etree.xpath("//vm")