Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dviot.c46 GArray *pci_host_ranges = opaque; in enumerate_pci_host_bridges() local
60 g_array_append_val(pci_host_ranges, pci_host_range); in enumerate_pci_host_bridges()
95 GArray *pci_host_ranges = g_array_new(false, true, in build_viot() local
102 pci_host_ranges); in build_viot()
105 g_array_sort(pci_host_ranges, pci_host_range_compare); in build_viot()
110 build_append_int_noprefix(table_data, pci_host_ranges->len + 1, 2); in build_viot()
131 for (i = 0; i < pci_host_ranges->len; i++) { in build_viot()
132 pci_host_range = &g_array_index(pci_host_ranges, in build_viot()
139 g_array_free(pci_host_ranges, true); in build_viot()