Go to the documentation of this file.
11 #ifndef __LINUX_PUBLIC_GNTALLOC_H__
12 #define __LINUX_PUBLIC_GNTALLOC_H__
17 #define IOCTL_GNTALLOC_ALLOC_GREF \
18 _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref))
35 #define GNTALLOC_FLAG_WRITABLE 1
41 #define IOCTL_GNTALLOC_DEALLOC_GREF \
42 _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref))
61 #define IOCTL_GNTALLOC_SET_UNMAP_NOTIFY \
62 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
78 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1
80 #define UNMAP_NOTIFY_SEND_EVENT 0x2