Searched refs:notify_pio (Results 1 – 2 of 2) sorted by relevance
337 MemoryRegion *modern_notify_mr = &proxy->notify_pio.mr; in virtio_pci_ioeventfd_assign()1889 memory_region_init_io(&proxy->notify_pio.mr, OBJECT(proxy), in virtio_pci_modern_regions_init()1893 proxy->notify_pio.size); in virtio_pci_modern_regions_init()2043 struct virtio_pci_notify_cap notify_pio = { in virtio_pci_device_plugged() local2066 virtio_pci_modern_io_region_map(proxy, &proxy->notify_pio, in virtio_pci_device_plugged()2067 ¬ify_pio.cap); in virtio_pci_device_plugged()2128 virtio_pci_modern_io_region_unmap(proxy, &proxy->notify_pio); in virtio_pci_device_unplugged()2176 proxy->notify_pio.offset = 0x0; in virtio_pci_realize()2177 proxy->notify_pio.size = 0x4; in virtio_pci_realize()2178 proxy->notify_pio.type = VIRTIO_PCI_CAP_NOTIFY_CFG; in virtio_pci_realize()
144 VirtIOPCIRegion notify_pio; member