Home
last modified time | relevance | path

Searched refs:realized (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/hw/core/
H A Dqdev.c136 if (dev->realized) { in qdev_set_parent_bus()
232 assert(!dev->realized); in qdev_set_legacy_instance_id()
266 assert(!dev->realized && !dev->parent_bus); in qdev_realize()
300 assert(dev->realized); in qdev_assert_realized_properly_cb()
437 return dev->realized; in device_get_realized()
471 if (value && !dev->realized) { in device_set_realized()
558 qatomic_store_release(&dev->realized, value); in device_set_realized()
560 } else if (!value && dev->realized) { in device_set_realized()
570 qatomic_set(&dev->realized, value); in device_set_realized()
647 dev->realized = false; in device_initfn()
[all …]
H A Dbus.c186 return bus->realized; in bus_get_realized()
195 if (value && !bus->realized) { in bus_set_realized()
201 } else if (!value && bus->realized) { in bus_set_realized()
213 bus->realized = value; in bus_set_realized()
H A Dqdev-clock.c33 assert(!dev->realized); in qdev_init_clocklist()
210 assert(!dev->realized); in qdev_connect_clock_in()
H A Dqdev-properties.c34 if (dev->realized && !info->realized_set_allowed) { in qdev_prop_allow_set()
47 if (dev->realized) { in qdev_prop_allow_set_link_before_realize()
/openbmc/qemu/include/hw/
H A Dqdev-core.h236 bool realized; member
386 bool realized; member
467 return qatomic_load_acquire(&dev->realized); in qdev_is_realized()
/openbmc/qemu/hw/mem/
H A Dmemory-device.c62 if (dev->realized) { /* only realized memory devices matter */ in memory_device_build_list()
329 if (dev->realized && !memory_device_is_empty(md)) { in memory_device_plugged_size()
H A Dpc-dimm.c106 if (dev->realized) { /* count only realized DIMMs */ in pc_dimm_slot2bitmap()
/openbmc/qemu/hw/ppc/
H A Dpnv_xscom.c254 if (xc->dt_xscom && DEVICE(child)->realized) { in xscom_dt_child()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c695 if (dev != NULL && DEVICE(dev)->realized) { in query_dev_child()
724 if (!dev || !DEVICE(dev)->realized) { in qmp_find_virtio_device()
H A Dvirtio-mem.c1577 if (DEVICE(obj)->realized) { in virtio_mem_set_requested_size()
1631 if (DEVICE(obj)->realized) { in virtio_mem_set_block_size()
/openbmc/qemu/hw/nvram/
H A Dxlnx-efuse.c242 if (dev->realized) { in efuse_prop_set_drive()
H A Dxlnx-bbram.c487 if (dev->realized) { in bbram_prop_set_drive()
/openbmc/linux/Documentation/sound/designs/
H A Dseq-oss.rst36 the patch loading is realized by callback to the synth driver.
203 like sample reset. In OSS emulation, these special features are realized
339 The most of these behavior can be realized by MIDI emulation driver
/openbmc/qemu/docs/system/i386/
H A Dsgx.rst33 SGX EPC is enumerated through CPUID, i.e. EPC "devices" need to be realized
35 devices are parsed and realized. This limitation means that EPC does not
/openbmc/qemu/system/
H A Dqdev-monitor.c598 assert(!dev->id && !dev->realized); in qdev_set_id()
1083 if (dev->realized && object_property_get_bool(obj, "hotpluggable", NULL)) { in qdev_add_hotpluggable_device()
/openbmc/qemu/target/s390x/
H A Dcpu_models.c655 if (dev->realized) { in set_feature()
711 if (dev->realized) { in set_feature_group()
/openbmc/qemu/hw/vfio/
H A Dcontainer.c1021 if (!vbasedev_iter->dev->realized || in vfio_legacy_pci_hot_reset()
1106 if (!vbasedev_iter->dev->realized || in vfio_legacy_pci_hot_reset()
H A Dcommon.c1399 if (vbasedev->dev->realized) { in vfio_reset_handler()
1405 if (vbasedev->dev->realized && vbasedev->needs_reset) { in vfio_reset_handler()
H A Diommufd.c669 if (!vbasedev_tmp || !vbasedev_tmp->dev->realized || in iommufd_cdev_dep_get_realized_vpdev()
/openbmc/qemu/hw/intc/
H A Dapic_common.c438 if (dev->realized) { in apic_common_set_id()
/openbmc/linux/Documentation/filesystems/
H A Dqnx6.rst47 So basically the snapshot functionality is realized by an atomic final
/openbmc/linux/fs/reiserfs/
H A DREADME99 substantial portion of the total code. He realized that there was a
/openbmc/qemu/qapi/
H A Dvirtio.json27 # Returns a list of all realized VirtIODevices
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst17 After reading some specs and doing some USB snooping, it realized, that the
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst225 together could also be realized using core scheduling. One example is vCPUs of

12