Searched refs:virtio_pci_modern (Results 1 – 6 of 6) sorted by relevance
8 obj-$(CONFIG_VIRTIO_PCI) += virtio_pci_legacy.o virtio_pci_modern.o
532 U_BOOT_DRIVER(virtio_pci_modern) = {609 U_BOOT_PCI_DEVICE(virtio_pci_modern, virtio_pci_supported);
8 virtio_pci-y := virtio_pci_modern.o virtio_pci_common.o
176 static inline bool virtio_pci_modern(VirtIOPCIProxy *proxy) in virtio_pci_modern() function
115 return virtio_pci_modern(proxy); in virtio_pci_modern_state_needed()334 bool modern = virtio_pci_modern(proxy); in virtio_pci_ioeventfd_assign()1329 if (n >= VIRTIO_QUEUE_MAX || !virtio_pci_modern(proxy) || in virtio_pci_set_host_notifier_mr()1947 if (virtio_pci_modern(proxy)) { in virtio_pci_pre_plugged()1983 modern = virtio_pci_modern(proxy); in virtio_pci_device_plugged()2117 bool modern = virtio_pci_modern(proxy); in virtio_pci_device_unplugged()2192 if (!virtio_pci_modern(proxy) && !virtio_pci_legacy(proxy)) { in virtio_pci_realize()2391 virtio_pci_modern(proxy)) { in virtio_pci_dc_realize()
[all...]