Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-pci.c335 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() local
2070 virtio_pci_modern_io_region_map(proxy, &proxy->notify_pio, in virtio_pci_device_plugged()
2071 &notify_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()
/qemu/include/hw/virtio/
H A Dvirtio-pci.h136 VirtIOPCIRegion notify_pio; member