/openbmc/qemu/tests/unit/ |
H A D | test-io-task.c | 68 Object *obj = object_new(TYPE_DUMMY); in test_task_complete() 98 Object *obj = object_new(TYPE_DUMMY); in test_task_data_free() 116 Object *obj = object_new(TYPE_DUMMY); in test_task_failure() 177 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_complete() 218 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_failure()
|
H A D | test-qdev-global-props.c | 80 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_prop_subprocess() 115 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_globalprop_subprocess() 233 mt = DYNAMIC_TYPE(object_new(TYPE_DYNAMIC_PROPS)); in test_dynamic_globalprop_subprocess() 279 mt = STATIC_TYPE(object_new(TYPE_SUBCLASS)); in test_subclass_global_props()
|
H A D | check-qom-proplist.c | 249 DummyBus *bus = DUMMY_BUS(object_new(TYPE_DUMMY_BUS)); in dummy_dev_init() 250 DummyBackend *backend = DUMMY_BACKEND(object_new(TYPE_DUMMY_BACKEND)); in dummy_dev_init() 614 Object *obj1 = object_new(TYPE_DUMMY); in test_qom_partial_path() 615 Object *obj2a = object_new(TYPE_DUMMY); in test_qom_partial_path() 616 Object *obj2b = object_new(TYPE_DUMMY); in test_qom_partial_path()
|
H A D | test-smp-parse.c | 1011 Object *obj = object_new(machine_type); in test_generic_valid() 1030 Object *obj = object_new(machine_type); in test_generic_invalid() 1049 Object *obj = object_new(machine_type); in test_with_modules() 1099 Object *obj = object_new(machine_type); in test_with_dies() 1149 Object *obj = object_new(machine_type); in test_with_modules_dies() 1210 Object *obj = object_new(machine_type); in test_with_clusters() 1260 Object *obj = object_new(machine_type); in test_with_books() 1310 Object *obj = object_new(machine_type); in test_with_drawers() 1360 Object *obj = object_new(machine_type); in test_with_drawers_books() 1421 Object *obj = object_new(machine_type); in test_full_topo()
|
H A D | check-qom-interface.c | 70 Object *obj = object_new(type); in test_interface_impl()
|
/openbmc/qemu/hw/core/ |
H A D | reset.c | 41 RESETTABLE_CONTAINER(object_new(TYPE_RESETTABLE_CONTAINER)); in get_root_reset_container() 97 Object *obj = object_new(TYPE_LEGACY_RESET); in qemu_register_reset() 107 Object *obj = object_new(TYPE_LEGACY_RESET); in qemu_register_reset_nosnapshotload()
|
H A D | irq.c | 75 IRQState *irq = IRQ(object_new(TYPE_IRQ)); in qemu_allocate_irq()
|
/openbmc/qemu/hw/remote/ |
H A D | iommu.c | 55 elem->mr = MEMORY_REGION(object_new(TYPE_MEMORY_REGION)); in remote_iommu_find_add_as() 113 iommu = REMOTE_IOMMU(object_new(TYPE_REMOTE_IOMMU)); in remote_iommu_setup()
|
/openbmc/qemu/hw/s390x/ |
H A D | tod.c | 27 obj = object_new(TYPE_KVM_S390_TOD); in s390_init_tod() 29 obj = object_new(TYPE_QEMU_S390_TOD); in s390_init_tod()
|
/openbmc/qemu/hw/arm/ |
H A D | mps2.c | 275 orgate = object_new(TYPE_OR_IRQ); in mps2_common_init() 318 orgate = object_new(TYPE_OR_IRQ); in mps2_common_init() 334 txrx_orgate = object_new(TYPE_OR_IRQ); in mps2_common_init() 426 orgate = object_new(TYPE_OR_IRQ); in mps2_common_init()
|
H A D | mcimx7d-sabre.c | 43 s = FSL_IMX7(object_new(TYPE_FSL_IMX7)); in mcimx7d_sabre_init()
|
H A D | mcimx6ul-evk.c | 41 s = FSL_IMX6UL(object_new(TYPE_FSL_IMX6UL)); in mcimx6ul_evk_init()
|
H A D | sabrelite.c | 52 s = FSL_IMX6(object_new(TYPE_FSL_IMX6)); in sabrelite_init()
|
H A D | cubieboard.c | 55 a10 = AW_A10(object_new(TYPE_AW_A10)); in cubieboard_init()
|
H A D | digic_boards.c | 52 DigicState *s = DIGIC(object_new(TYPE_DIGIC)); in digic4_board_init()
|
H A D | orangepi.c | 52 h3 = AW_H3(object_new(TYPE_AW_H3)); in orangepi_init()
|
H A D | bananapi_m2u.c | 74 r40 = AW_R40(object_new(TYPE_AW_R40)); in bpim2u_init()
|
H A D | xilinx_zynq.c | 221 Object *cpuobj = object_new(machine->cpu_type); in zynq_init() 251 zynq_machine->ps_clk = CLOCK(object_new(TYPE_CLOCK)); in zynq_init()
|
/openbmc/qemu/qom/ |
H A D | container.c | 40 child = object_new("container"); in container_get()
|
/openbmc/qemu/io/ |
H A D | channel-file.c | 35 ioc = QIO_CHANNEL_FILE(object_new(TYPE_QIO_CHANNEL_FILE)); in qio_channel_file_new_fd() 69 ioc = QIO_CHANNEL_FILE(object_new(TYPE_QIO_CHANNEL_FILE)); in qio_channel_file_new_path()
|
/openbmc/qemu/rust/qemu-api/tests/ |
H A D | tests.rs | 77 object_unref(object_new(DummyState::TYPE_NAME.as_ptr()) as *mut _); in test_device_decl_macros()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-pvh.c | 31 Object *cpu = object_new(ms->cpu_type); in xen_pvh_cpu_new()
|
/openbmc/qemu/target/loongarch/ |
H A D | loongarch-qmp-cmds.c | 86 obj = object_new(object_class_get_name(oc)); in qmp_query_cpu_model_expansion()
|
/openbmc/qemu/migration/ |
H A D | channel-block.c | 32 ioc = QIO_CHANNEL_BLOCK(object_new(TYPE_QIO_CHANNEL_BLOCK)); in qio_channel_block_new()
|
/openbmc/qemu/hw/microblaze/ |
H A D | petalogix_s3adsp1800_mmu.c | 75 cpu = MICROBLAZE_CPU(object_new(TYPE_MICROBLAZE_CPU)); in petalogix_s3adsp1800_init()
|