Home
last modified time | relevance | path

Searched refs:UNMAP_NOTIFY_CLEAR_BYTE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/xen/
H A Dgntalloc.h80 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
H A Dgntdev.h200 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/xen/
H A Dgntalloc.h80 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
H A Dgntdev.h200 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
/OK3568_Linux_fs/kernel/include/uapi/xen/
H A Dgntalloc.h80 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
H A Dgntdev.h200 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntalloc.c180 if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { in __del_gref()
397 if (op.action & ~(UNMAP_NOTIFY_CLEAR_BYTE|UNMAP_NOTIFY_SEND_EVENT)) { in gntalloc_ioctl_unmap_notify()
H A Dgntdev.c432 if (map->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { in __unmap_grant_pages()
440 map->notify.flags &= ~UNMAP_NOTIFY_CLEAR_BYTE; in __unmap_grant_pages()
723 if (op.action & ~(UNMAP_NOTIFY_CLEAR_BYTE|UNMAP_NOTIFY_SEND_EVENT)) in gntdev_ioctl_notify()
753 if ((op.action & UNMAP_NOTIFY_CLEAR_BYTE) && in gntdev_ioctl_notify()