Go to the documentation of this file.
35 #ifndef _LINUX_VIRTIO_MMIO_H
36 #define _LINUX_VIRTIO_MMIO_H
43 #define VIRTIO_MMIO_MAGIC_VALUE 0x000
46 #define VIRTIO_MMIO_VERSION 0x004
49 #define VIRTIO_MMIO_DEVICE_ID 0x008
52 #define VIRTIO_MMIO_VENDOR_ID 0x00c
56 #define VIRTIO_MMIO_HOST_FEATURES 0x010
59 #define VIRTIO_MMIO_HOST_FEATURES_SEL 0x014
63 #define VIRTIO_MMIO_GUEST_FEATURES 0x020
66 #define VIRTIO_MMIO_GUEST_FEATURES_SEL 0x024
69 #define VIRTIO_MMIO_GUEST_PAGE_SIZE 0x028
72 #define VIRTIO_MMIO_QUEUE_SEL 0x030
75 #define VIRTIO_MMIO_QUEUE_NUM_MAX 0x034
78 #define VIRTIO_MMIO_QUEUE_NUM 0x038
81 #define VIRTIO_MMIO_QUEUE_ALIGN 0x03c
84 #define VIRTIO_MMIO_QUEUE_PFN 0x040
87 #define VIRTIO_MMIO_QUEUE_NOTIFY 0x050
90 #define VIRTIO_MMIO_INTERRUPT_STATUS 0x060
93 #define VIRTIO_MMIO_INTERRUPT_ACK 0x064
96 #define VIRTIO_MMIO_STATUS 0x070
100 #define VIRTIO_MMIO_CONFIG 0x100
108 #define VIRTIO_MMIO_INT_VRING (1 << 0)
109 #define VIRTIO_MMIO_INT_CONFIG (1 << 1)