Home
last modified time | relevance | path

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

/qemu/qom/
H A Dqom-qmp-cmds.c34 Object *obj = object_resolve_path(path, &ambiguous); in qom_resolve_path()
77 obj = object_resolve_path(path, NULL); in qmp_qom_set()
91 obj = object_resolve_path(path, NULL); in qmp_qom_get()
H A Dqom-hmp-cmds.c55 Object *obj = object_resolve_path(path, NULL); in hmp_qom_set()
141 obj = object_resolve_path(path, &ambiguous); in hmp_info_qom_tree()
H A Dobject.c1505 target = object_resolve_path(str, NULL); in object_property_get_link()
1923 target = object_resolve_path(path, &ambiguous); in object_resolve_link()
2233 Object *object_resolve_path(const char *path, bool *ambiguous) in object_resolve_path() function
/qemu/tests/unit/
H A Dcheck-qom-proplist.c638 g_assert(!object_resolve_path("obj2", &ambiguous)); in test_qom_partial_path()
640 g_assert(!object_resolve_path("obj2", NULL)); in test_qom_partial_path()
643 g_assert(object_resolve_path("obj1", &ambiguous) == obj1); in test_qom_partial_path()
645 g_assert(object_resolve_path("obj1", NULL) == obj1); in test_qom_partial_path()
/qemu/target/i386/tcg/system/
H A Dtcg-cpu.c35 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in tcg_cpu_machine_done()
/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c125 memdev_root = object_resolve_path("/objects", NULL); in virtio_gpu_have_udmabuf()
/qemu/hw/mem/
H A Dcxl_type3.c1394 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_poison()
1447 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_uncorrectable_errors()
1539 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_correctable_error()
1635 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_general_media_event()
1722 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_dram_event()
1822 Object *obj = object_resolve_path(path, NULL); in qmp_cxl_inject_memory_module_event()
/qemu/system/
H A Dqtest.c381 dev = DEVICE(object_resolve_path(words[1], NULL)); in qtest_process_command()
435 dev = DEVICE(object_resolve_path(words[1], NULL)); in qtest_process_command()
H A Dphysmem.c1252 Object *memdev_root = object_resolve_path("/objects", NULL); in qemu_minrampagesize()
1261 Object *memdev_root = object_resolve_path("/objects", NULL); in qemu_maxrampagesize()
/qemu/hw/virtio/
H A Dvirtio-qmp.c722 Object *dev = object_dynamic_cast(object_resolve_path(path, NULL), in qmp_find_virtio_device()
/qemu/include/qom/
H A Dobject.h1593 Object *object_resolve_path(const char *path, bool *ambiguous);
/qemu/hw/i386/
H A Dacpi-build.c280 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/i440fx", NULL)); in acpi_get_i386_pci_host()
282 host = PCI_HOST_BRIDGE(object_resolve_path("/machine/q35", NULL)); in acpi_get_i386_pci_host()
/qemu/hw/s390x/
H A Ds390-pci-bus.c41 object_resolve_path(TYPE_S390_PCI_HOST_BRIDGE, NULL)); in s390_get_phb()
/qemu/target/i386/kvm/
H A Dkvm.c2704 (MemoryRegion *) object_resolve_path("/machine/smram", NULL); in register_smram_listener()