Lines Matching +full:0 +full:x0a0
59 #define VIRTIO_MMIO_MAGIC_VALUE 0x000
60 #define VIRTIO_MMIO_VERSION 0x004
61 #define VIRTIO_MMIO_DEVICE_ID 0x008
62 #define VIRTIO_MMIO_VENDOR_ID 0x00c
63 #define VIRTIO_MMIO_HOST_FEATURES 0x010
64 #define VIRTIO_MMIO_HOST_FEATURES_SEL 0x014
65 #define VIRTIO_MMIO_GUEST_FEATURES 0x020
66 #define VIRTIO_MMIO_GUEST_FEATURES_SEL 0x024
67 #define VIRTIO_MMIO_GUEST_PAGE_SIZE 0x028 /* version 1 only */
68 #define VIRTIO_MMIO_QUEUE_SEL 0x030
69 #define VIRTIO_MMIO_QUEUE_NUM_MAX 0x034
70 #define VIRTIO_MMIO_QUEUE_NUM 0x038
71 #define VIRTIO_MMIO_QUEUE_ALIGN 0x03c /* version 1 only */
72 #define VIRTIO_MMIO_QUEUE_PFN 0x040 /* version 1 only */
73 #define VIRTIO_MMIO_QUEUE_READY 0x044 /* requires version 2 */
74 #define VIRTIO_MMIO_QUEUE_NOTIFY 0x050
75 #define VIRTIO_MMIO_INTERRUPT_STATUS 0x060
76 #define VIRTIO_MMIO_INTERRUPT_ACK 0x064
77 #define VIRTIO_MMIO_STATUS 0x070
78 #define VIRTIO_MMIO_QUEUE_DESC_LOW 0x080 /* requires version 2 */
79 #define VIRTIO_MMIO_QUEUE_DESC_HIGH 0x084 /* requires version 2 */
80 #define VIRTIO_MMIO_QUEUE_AVAIL_LOW 0x090 /* requires version 2 */
81 #define VIRTIO_MMIO_QUEUE_AVAIL_HIGH 0x094 /* requires version 2 */
82 #define VIRTIO_MMIO_QUEUE_USED_LOW 0x0a0 /* requires version 2 */
83 #define VIRTIO_MMIO_QUEUE_USED_HIGH 0x0a4 /* requires version 2 */
84 #define VIRTIO_MMIO_CONFIG_GENERATION 0x0fc /* requires version 2 */
85 #define VIRTIO_MMIO_CONFIG 0x100
86 #define VIRTIO_MMIO_MAGIC_VIRT 0x74726976
87 #define VIRTIO_MMIO_INT_VRING (1 << 0)