Searched defs:VIRTIO_PCI_GUEST_FEATURES (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvirtio-pci.h8 #define VIRTIO_PCI_GUEST_FEATURES 4 macro
47 outl(features, ioaddr + VIRTIO_PCI_GUEST_FEATURES);
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c51 #define VIRTIO_PCI_GUEST_FEATURES 0x04 macro
285 ddi_put32(pPciData->hIO, (uint32_t *)(pPciData->addrIOBase + VIRTIO_PCI_GUEST_FEATURES), u32Features);

Completed in 44 milliseconds