/openbmc/qemu/hw/core/ |
H A D | qdev.c | 136 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 D | bus.c | 186 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 D | qdev-clock.c | 33 assert(!dev->realized); in qdev_init_clocklist() 210 assert(!dev->realized); in qdev_connect_clock_in()
|
H A D | qdev-properties.c | 34 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 D | qdev-core.h | 236 bool realized; member 386 bool realized; member 467 return qatomic_load_acquire(&dev->realized); in qdev_is_realized()
|
/openbmc/qemu/hw/mem/ |
H A D | memory-device.c | 62 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 D | pc-dimm.c | 106 if (dev->realized) { /* count only realized DIMMs */ in pc_dimm_slot2bitmap()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_xscom.c | 254 if (xc->dt_xscom && DEVICE(child)->realized) { in xscom_dt_child()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 695 if (dev != NULL && DEVICE(dev)->realized) { in query_dev_child() 724 if (!dev || !DEVICE(dev)->realized) { in qmp_find_virtio_device()
|
H A D | virtio-mem.c | 1577 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 D | xlnx-efuse.c | 242 if (dev->realized) { in efuse_prop_set_drive()
|
H A D | xlnx-bbram.c | 487 if (dev->realized) { in bbram_prop_set_drive()
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | seq-oss.rst | 36 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 D | sgx.rst | 33 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 D | qdev-monitor.c | 598 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 D | cpu_models.c | 655 if (dev->realized) { in set_feature() 711 if (dev->realized) { in set_feature_group()
|
/openbmc/qemu/hw/vfio/ |
H A D | container.c | 1021 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 D | common.c | 1399 if (vbasedev->dev->realized) { in vfio_reset_handler() 1405 if (vbasedev->dev->realized && vbasedev->needs_reset) { in vfio_reset_handler()
|
H A D | iommufd.c | 669 if (!vbasedev_tmp || !vbasedev_tmp->dev->realized || in iommufd_cdev_dep_get_realized_vpdev()
|
/openbmc/qemu/hw/intc/ |
H A D | apic_common.c | 438 if (dev->realized) { in apic_common_set_id()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | qnx6.rst | 47 So basically the snapshot functionality is realized by an atomic final
|
/openbmc/linux/fs/reiserfs/ |
H A D | README | 99 substantial portion of the total code. He realized that there was a
|
/openbmc/qemu/qapi/ |
H A D | virtio.json | 27 # Returns a list of all realized VirtIODevices
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | dvb-usb.rst | 17 After reading some specs and doing some USB snooping, it realized, that the
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | core-scheduling.rst | 225 together could also be realized using core scheduling. One example is vCPUs of
|