Searched refs:gfselect (Results 1 – 2 of 2) sorted by relevance
167 uint32_t gfselect; member
125 VMSTATE_UINT32(gfselect, VirtIOPCIProxy),1501 val = proxy->gfselect; in virtio_pci_common_read()1504 if (proxy->gfselect < ARRAY_SIZE(proxy->guest_features)) { in virtio_pci_common_read()1505 val = proxy->guest_features[proxy->gfselect]; in virtio_pci_common_read()1584 proxy->gfselect = val; in virtio_pci_common_write()1587 if (proxy->gfselect < ARRAY_SIZE(proxy->guest_features)) { in virtio_pci_common_write()1588 proxy->guest_features[proxy->gfselect] = val; in virtio_pci_common_write()