Go to the documentation of this file. 1 #ifndef _LINUX_VIRTIO_BALLOON_H
2 #define _LINUX_VIRTIO_BALLOON_H
29 #include <linux/virtio_config.h>
32 #define VIRTIO_BALLOON_F_MUST_TELL_HOST 0
33 #define VIRTIO_BALLOON_F_STATS_VQ 1
36 #define VIRTIO_BALLOON_PFN_SHIFT 12
46 #define VIRTIO_BALLOON_S_SWAP_IN 0
47 #define VIRTIO_BALLOON_S_SWAP_OUT 1
48 #define VIRTIO_BALLOON_S_MAJFLT 2
49 #define VIRTIO_BALLOON_S_MINFLT 3
50 #define VIRTIO_BALLOON_S_MEMFREE 4
51 #define VIRTIO_BALLOON_S_MEMTOT 5
52 #define VIRTIO_BALLOON_S_NR 6