Home
last modified time | relevance | path

Searched refs:VIRTIO_MEM_BLOCK_SIZE_PROP (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-mem-pci.c99 return object_property_get_uint(OBJECT(md), VIRTIO_MEM_BLOCK_SIZE_PROP, in virtio_mem_pci_get_min_alignment()
198 object_property_add_alias(obj, VIRTIO_MEM_BLOCK_SIZE_PROP, in virtio_mem_pci_instance_init()
199 OBJECT(&dev->vdev), VIRTIO_MEM_BLOCK_SIZE_PROP); in virtio_mem_pci_instance_init()
H A Dvirtio-mem.c1041 PRIx64 ")", VIRTIO_MEM_BLOCK_SIZE_PROP, page_size); in virtio_mem_device_realize()
1045 PRIx64 " MiB)", VIRTIO_MEM_BLOCK_SIZE_PROP, in virtio_mem_device_realize()
1051 VIRTIO_MEM_BLOCK_SIZE_PROP, vmem->block_size); in virtio_mem_device_realize()
1055 ")", VIRTIO_MEM_ADDR_PROP, VIRTIO_MEM_BLOCK_SIZE_PROP, in virtio_mem_device_realize()
1062 VIRTIO_MEM_BLOCK_SIZE_PROP, vmem->block_size); in virtio_mem_device_realize()
1353 VIRTIO_MEM_BLOCK_SIZE_PROP, tmp->block_size, in virtio_mem_mig_sanity_checks_post_load()
1580 ")", name, VIRTIO_MEM_BLOCK_SIZE_PROP, in virtio_mem_set_requested_size()
1663 object_property_add(obj, VIRTIO_MEM_BLOCK_SIZE_PROP, "size", in virtio_mem_instance_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-mem.h32 #define VIRTIO_MEM_BLOCK_SIZE_PROP "block-size" macro