• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/virtio/mmio/

Lines Matching refs:vtmmio_write_config_4

122 #define vtmmio_write_config_4(sc, o, v)				\
436 vtmmio_write_config_4(sc, VIRTIO_MMIO_HOST_FEATURES_SEL, 1);
440 vtmmio_write_config_4(sc, VIRTIO_MMIO_HOST_FEATURES_SEL, 0);
455 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES_SEL, 1);
456 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features >> 32);
458 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES_SEL, 0);
459 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features);
480 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_NUM, size);
483 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_ALIGN,
486 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_PFN,
490 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_DESC_LOW,
492 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_DESC_HIGH,
496 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_AVAIL_LOW,
498 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_AVAIL_HIGH,
502 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_USED_LOW,
504 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_USED_HIGH,
507 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_READY, 1);
535 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_PAGE_SIZE,
543 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_SEL, idx);
611 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_PAGE_SIZE,
639 vtmmio_write_config_4(sc, offset, queue);
662 vtmmio_write_config_4(sc, VIRTIO_MMIO_STATUS, status);
765 vtmmio_write_config_4(sc, off,
769 vtmmio_write_config_4(sc, off,
771 vtmmio_write_config_4(sc, off + 4,
785 vtmmio_write_config_4(sc, off, *(uint32_t *)s);
892 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_PFN, 0);
894 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_READY, 0);
928 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_SEL, idx);
943 vtmmio_write_config_4(sc, VIRTIO_MMIO_INTERRUPT_ACK, status);