Searched refs:vtmmio_write_config_4 (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/virtio/mmio/ |
| H A D | virtio_mmio.c | 108 #define vtmmio_write_config_4(sc, o, v) \ macro 403 vtmmio_write_config_4(sc, VIRTIO_MMIO_HOST_FEATURES_SEL, 1); in vtmmio_negotiate_features() 407 vtmmio_write_config_4(sc, VIRTIO_MMIO_HOST_FEATURES_SEL, 0); in vtmmio_negotiate_features() 422 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES_SEL, 1); in vtmmio_negotiate_features() 423 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features >> 32); in vtmmio_negotiate_features() 425 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES_SEL, 0); in vtmmio_negotiate_features() 426 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features); in vtmmio_negotiate_features() 472 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_NUM, size); in vtmmio_set_virtqueue() 475 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_ALIGN, in vtmmio_set_virtqueue() 478 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_PFN, in vtmmio_set_virtqueue() [all …]
|