Home
last modified time | relevance | path

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

/linux/include/uapi/xen/
A Dgntalloc.h80 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
A Dgntdev.h200 #define UNMAP_NOTIFY_CLEAR_BYTE 0x1 macro
/linux/drivers/xen/
A Dgntalloc.c186 if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { in __del_gref()
408 if (op.action & ~(UNMAP_NOTIFY_CLEAR_BYTE|UNMAP_NOTIFY_SEND_EVENT)) { in gntalloc_ioctl_unmap_notify()
A Dgntdev.c358 if (map->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { in __unmap_grant_pages()
364 map->notify.flags &= ~UNMAP_NOTIFY_CLEAR_BYTE; in __unmap_grant_pages()
668 if (op.action & ~(UNMAP_NOTIFY_CLEAR_BYTE|UNMAP_NOTIFY_SEND_EVENT)) in gntdev_ioctl_notify()
698 if ((op.action & UNMAP_NOTIFY_CLEAR_BYTE) && in gntdev_ioctl_notify()

Completed in 11 milliseconds