Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-pmem-pci.h21 typedef struct VirtIOPMEMPCI VirtIOPMEMPCI; typedef
27 DECLARE_INSTANCE_CHECKER(VirtIOPMEMPCI, VIRTIO_PMEM_PCI,
30 struct VirtIOPMEMPCI { struct
H A Dvirtio-pmem-pci.c22 VirtIOPMEMPCI *pmem_pci = VIRTIO_PMEM_PCI(vpci_dev); in virtio_pmem_pci_realize()
44 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_get_memory_region()
54 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_get_plugged_size()
67 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_fill_device_info()
104 VirtIOPMEMPCI *dev = VIRTIO_PMEM_PCI(obj); in virtio_pmem_pci_instance_init()
114 .instance_size = sizeof(VirtIOPMEMPCI),