/qemu/hw/core/ |
H A D | qdev-user.c | 16 fake_machine_obj = object_property_add_new_container(object_get_root(), in qdev_create_fake_machine()
|
H A D | nmi.c | 68 nmi_children(object_get_root(), &ns); in nmi_monitor_handle()
|
H A D | machine-qmp-cmds.c | 361 object_child_foreach_recursive(object_get_root(), in qmp_x_query_irq() 391 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() 819 dev = object_resolve_path_component(object_get_root(), "machine"); in qdev_get_machine()
|
/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 | cxl.c | 215 object_child_foreach_recursive(object_get_root(), cxl_foreach_pxb_hb, cedt); in cxl_build_cedt()
|
/qemu/qom/ |
H A D | qom-hmp-cmds.c | 116 if (obj == object_get_root()) { in print_qom_composition()
|
H A D | object.c | 1758 container = object_resolve_path_component(object_get_root(), name); in object_get_container() 1764 Object *object_get_root(void) in object_get_root() function 2105 Object *root = object_get_root(); in object_get_canonical_path() 2216 obj = object_resolve_partial_path(object_get_root(), parts, in object_resolve_path_type() 2222 obj = object_resolve_abs_path(object_get_root(), parts + 1, typename); in object_resolve_path_type() 2243 return object_resolve_abs_path(object_get_root(), parts + 1, in object_resolve_path_at()
|
/qemu/tests/unit/ |
H A D | test-qdev-global-props.c | 88 object_get_root(), "machine"); in test_init_machine()
|
/qemu/hw/ppc/ |
H A D | pnv_bmc.c | 332 ret = object_child_foreach_recursive(object_get_root(), bmc_find, &args); in pnv_bmc_find()
|
H A D | spapr_drc.c | 519 object_property_add_new_container(object_get_root(), DRC_CONTAINER_PATH); in drc_container_create() 524 return object_resolve_path_component(object_get_root(), DRC_CONTAINER_PATH); in drc_container_get()
|
H A D | spapr_pci.c | 1524 if (object_child_foreach_recursive(object_get_root(), check_chassis_nr, in bridge_has_valid_chassis_nr()
|
/qemu/gdbstub/ |
H A D | system.c | 324 object_child_foreach(object_get_root(), find_cpu_clusters, s); in create_processes()
|
/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()
|
/qemu/include/qom/ |
H A D | object.h | 1515 Object *object_get_root(void);
|
/qemu/hw/misc/ |
H A D | mos6522.c | 583 object_child_foreach_recursive(object_get_root(), in qmp_x_query_via()
|
/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 713 object_child_foreach_recursive(object_get_root(), in build_rimt()
|
/qemu/hw/arm/ |
H A D | boot.c | 1143 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()
|
/qemu/hw/i386/ |
H A D | acpi-build.c | 2086 object_child_foreach_recursive(object_get_root(), in build_dmar_q35() 2294 object_child_foreach_recursive(object_get_root(), in build_amd_iommu()
|
H A D | intel_iommu.c | 4812 object_child_foreach_recursive(object_get_root(), in vtd_machine_done_hook()
|
/qemu/system/ |
H A D | vl.c | 2191 object_property_add_child(object_get_root(), "machine", in qemu_create_machine()
|