Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c337 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() local
2066 virtio_pci_modern_io_region_map(proxy, &proxy->notify_pio, in virtio_pci_device_plugged()
2067 &notify_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()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-pci.h144 VirtIOPCIRegion notify_pio; member