Home
last modified time | relevance | path

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

/qemu/hw/cpu/
H A Dcluster.c65 object_child_foreach_recursive(cluster_obj, add_cpu_to_cluster, &cbdata); in cpu_cluster_realize()
/qemu/hw/acpi/
H A Dviot.c101 object_child_foreach_recursive(OBJECT(ms), enumerate_pci_host_bridges, in build_viot()
H A Dacpi_generic_initiator.c145 object_child_foreach_recursive(object_get_root(), in build_srat_generic_pci_initiator()
H A Dcxl.c215 object_child_foreach_recursive(object_get_root(), cxl_foreach_pxb_hb, cedt); in cxl_build_cedt()
/qemu/hw/ppc/
H A Dpnv_xscom.c307 object_child_foreach_recursive(OBJECT(chip), xscom_dt_child, &args); in pnv_dt_xscom()
H A Dpnv_bmc.c304 ret = object_child_foreach_recursive(object_get_root(), bmc_find, &args); in pnv_bmc_find()
H A Dpnv.c804 object_child_foreach_recursive(OBJECT(chip), in pnv_chip_power9_pic_print_info()
852 object_child_foreach_recursive(OBJECT(chip), in pnv_chip_power10_pic_print_info()
H A Dspapr_pci.c1533 if (object_child_foreach_recursive(object_get_root(), check_chassis_nr, in bridge_has_valid_chassis_nr()
/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c719 object_child_foreach_recursive(child, locate_fuzz_memory_regions, NULL); in locate_fuzz_objects()
808 object_child_foreach_recursive(qdev_get_machine(), in generic_pre_fuzz()
/qemu/hw/core/
H A Dmachine-qmp-cmds.c358 object_child_foreach_recursive(object_get_root(), in qmp_x_query_irq()
H A Dqdev.c323 object_child_foreach_recursive(object_get_root(), in qdev_assert_realized_properly()
/qemu/monitor/
H A Dhmp-cmds.c107 object_child_foreach_recursive(object_get_root(), in hmp_info_pic()
/qemu/hw/virtio/
H A Dvirtio-qmp.c703 object_child_foreach_recursive(object_get_root(), query_dev_child, &vdevs); in qmp_x_query_virtio()
/qemu/include/qom/
H A Dobject.h2020 int object_child_foreach_recursive(Object *obj,
/qemu/hw/misc/
H A Dmos6522.c583 object_child_foreach_recursive(object_get_root(), in qmp_x_query_via()
/qemu/hw/arm/
H A Dboot.c1136 object_child_foreach_recursive(object_get_root(), in arm_setup_direct_kernel_boot()
H A Dvirt-acpi-build.c287 object_child_foreach_recursive(object_get_root(), in build_iort()
/qemu/hw/i386/
H A Dacpi-build.c2145 object_child_foreach_recursive(object_get_root(), in build_dmar_q35()
2353 object_child_foreach_recursive(object_get_root(), in build_amd_iommu()
H A Dintel_iommu.c4173 object_child_foreach_recursive(object_get_root(), in vtd_machine_done_hook()
/qemu/qom/
H A Dobject.c1184 int object_child_foreach_recursive(Object *obj, in object_child_foreach_recursive() function