Searched refs:io_ranges (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 242 crs_replace_with_free_ranges(crs_range_set.io_ranges, in acpi_dsdt_add_gpex() 245 for (i = 0; i < crs_range_set.io_ranges->len; i++) { in acpi_dsdt_add_gpex() 246 entry = g_ptr_array_index(crs_range_set.io_ranges, i); in acpi_dsdt_add_gpex()
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 94 range_set->io_ranges = g_ptr_array_new_with_free_func(crs_range_free); in crs_range_set_init() 102 g_ptr_array_free(range_set->io_ranges, true); in crs_range_set_free() 2440 crs_range_insert(temp_range_set.io_ranges, in build_crs() 2469 crs_range_insert(temp_range_set.io_ranges, in build_crs() 2515 crs_range_merge(temp_range_set.io_ranges); in build_crs() 2516 for (i = 0; i < temp_range_set.io_ranges->len; i++) { in build_crs() 2517 entry = g_ptr_array_index(temp_range_set.io_ranges, i); in build_crs() 2523 crs_range_insert(range_set->io_ranges, entry->base, entry->limit); in build_crs()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 232 GPtrArray *io_ranges; member
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 1584 crs_replace_with_free_ranges(crs_range_set.io_ranges, 0x0D00, 0xFFFF); in build_dsdt() 1585 for (i = 0; i < crs_range_set.io_ranges->len; i++) { in build_dsdt() 1586 entry = g_ptr_array_index(crs_range_set.io_ranges, i); in build_dsdt()
|