Searched refs:notify_pio (Results 1 – 2 of 2) sorted by relevance
335 MemoryRegion *modern_notify_mr = &proxy->notify_pio.mr; in virtio_pci_ioeventfd_assign()1892 memory_region_init_io(&proxy->notify_pio.mr, OBJECT(proxy), in virtio_pci_modern_regions_init()1896 proxy->notify_pio.size); in virtio_pci_modern_regions_init()2047 struct virtio_pci_notify_cap notify_pio = { in virtio_pci_device_plugged() local2070 virtio_pci_modern_io_region_map(proxy, &proxy->notify_pio, in virtio_pci_device_plugged()2071 ¬ify_pio.cap); in virtio_pci_device_plugged()2144 virtio_pci_modern_io_region_unmap(proxy, &proxy->notify_pio); in virtio_pci_device_unplugged()2192 proxy->notify_pio.offset = 0x0; in virtio_pci_realize()2193 proxy->notify_pio.size = 0x4; in virtio_pci_realize()2194 proxy->notify_pio.type = VIRTIO_PCI_CAP_NOTIFY_CFG; in virtio_pci_realize()
136 VirtIOPCIRegion notify_pio; member