Searched refs:object_child_foreach_recursive (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | pci.c | 298 object_child_foreach_recursive(object_get_root(), in build_srat_generic_affinity_structures() 301 object_child_foreach_recursive(object_get_root(), build_acpi_generic_port, in build_srat_generic_affinity_structures()
|
H A D | viot.c | 101 object_child_foreach_recursive(OBJECT(ms), enumerate_pci_host_bridges, in build_viot()
|
H A D | cxl.c | 215 object_child_foreach_recursive(object_get_root(), cxl_foreach_pxb_hb, cedt); in cxl_build_cedt()
|
/openbmc/qemu/hw/cpu/ |
H A D | cluster.c | 65 object_child_foreach_recursive(cluster_obj, add_cpu_to_cluster, &cbdata); in cpu_cluster_realize()
|
/openbmc/qemu/hw/core/ |
H A D | machine-qmp-cmds.c | 358 object_child_foreach_recursive(object_get_root(), in qmp_x_query_irq() 388 object_child_foreach_recursive(object_get_root(), in qmp_x_query_interrupt_controllers()
|
H A D | qdev.c | 308 object_child_foreach_recursive(object_get_root(), in qdev_assert_realized_properly()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_xscom.c | 298 object_child_foreach_recursive(OBJECT(chip), xscom_dt_child, &args); in pnv_dt_xscom()
|
H A D | pnv_bmc.c | 304 ret = object_child_foreach_recursive(object_get_root(), bmc_find, &args); in pnv_bmc_find()
|
H A D | pnv.c | 863 object_child_foreach_recursive(OBJECT(chip), in pnv_chip_power9_pic_print_info() 910 object_child_foreach_recursive(OBJECT(chip), in pnv_chip_power10_pic_print_info()
|
H A D | spapr_pci.c | 1525 if (object_child_foreach_recursive(object_get_root(), check_chassis_nr, in bridge_has_valid_chassis_nr()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 720 object_child_foreach_recursive(child, locate_fuzz_memory_regions, NULL); in locate_fuzz_objects() 809 object_child_foreach_recursive(qdev_get_machine(), in generic_pre_fuzz()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 712 object_child_foreach_recursive(object_get_root(), query_dev_child, &vdevs); in qmp_x_query_virtio()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 2020 int object_child_foreach_recursive(Object *obj,
|
/openbmc/qemu/hw/misc/ |
H A D | mos6522.c | 583 object_child_foreach_recursive(object_get_root(), in qmp_x_query_via()
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 1142 object_child_foreach_recursive(object_get_root(), in arm_setup_direct_kernel_boot()
|
H A D | virt-acpi-build.c | 292 object_child_foreach_recursive(object_get_root(), in build_iort()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 2085 object_child_foreach_recursive(object_get_root(), in build_dmar_q35() 2293 object_child_foreach_recursive(object_get_root(), in build_amd_iommu()
|
H A D | intel_iommu.c | 4347 object_child_foreach_recursive(object_get_root(), in vtd_machine_done_hook()
|
/openbmc/qemu/qom/ |
H A D | object.c | 1176 int object_child_foreach_recursive(Object *obj, in object_child_foreach_recursive() function
|