Home
last modified time | relevance | path

Searched refs:VirtIOMEMPCI (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-mem-pci.c22 VirtIOMEMPCI *mem_pci = VIRTIO_MEM_PCI(vpci_dev); in virtio_mem_pci_realize()
44 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_get_memory_region()
54 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_decide_memslots()
63 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_get_memslots()
81 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_fill_device_info()
105 VirtIOMEMPCI *pci_mem = container_of(notifier, VirtIOMEMPCI, in virtio_mem_pci_size_change_notify()
117 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(vmd); in virtio_mem_pci_unplug_request_check()
128 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(obj); in virtio_mem_pci_get_requested_size()
137 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(obj); in virtio_mem_pci_set_requested_size()
182 VirtIOMEMPCI *dev = VIRTIO_MEM_PCI(obj); in virtio_mem_pci_instance_init()
[all …]
H A Dvirtio-mem-pci.h20 typedef struct VirtIOMEMPCI VirtIOMEMPCI; typedef
26 DECLARE_INSTANCE_CHECKER(VirtIOMEMPCI, VIRTIO_MEM_PCI,
29 struct VirtIOMEMPCI { struct