Home
last modified time | relevance | path

Searched refs:memory_region_init_ram_device_ptr (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/tpm/
H A Dtpm_ppi.c54 memory_region_init_ram_device_ptr(&tpmppi->ram, obj, "tpm-ppi", in tpm_ppi_init()
/openbmc/qemu/hw/intc/
H A Dspapr_xive_kvm.c771 memory_region_init_ram_device_ptr(&xsrc->esb_mmio_kvm, OBJECT(xsrc), in kvmppc_xive_connect()
789 memory_region_init_ram_device_ptr(&xive->tm_mmio_kvm, OBJECT(xive), in kvmppc_xive_connect()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c448 memory_region_init_ram_device_ptr(&region->mmaps[i].mem, in vfio_region_mmap()
/openbmc/qemu/include/exec/
H A Dmemory.h1461 void memory_region_init_ram_device_ptr(MemoryRegion *mr,
/openbmc/qemu/docs/devel/
H A Dmemory.rst128 - memory_region_init_ram_device_ptr()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c684 memory_region_init_ram_device_ptr(&n->mr, OBJECT(vdev), name, in vhost_vdpa_host_notifier_init()
H A Dvhost-user.c1601 memory_region_init_ram_device_ptr(&n->mr, OBJECT(vdev), name, in vhost_user_backend_handle_vring_host_notifier()
/openbmc/qemu/system/
H A Dmemory.c1840 void memory_region_init_ram_device_ptr(MemoryRegion *mr, in memory_region_init_ram_device_ptr() function