Lines Matching refs:notify
89 struct unmap_notify notify; member
219 if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT) { in gntdev_put_map()
220 notify_remote_via_evtchn(map->notify.event); in gntdev_put_map()
221 evtchn_put(map->notify.event); in gntdev_put_map()
335 if (map->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { in __unmap_grant_pages()
336 int pgno = (map->notify.addr >> PAGE_SHIFT); in __unmap_grant_pages()
340 tmp[map->notify.addr & (PAGE_SIZE-1)] = 0; in __unmap_grant_pages()
341 map->notify.flags &= ~UNMAP_NOTIFY_CLEAR_BYTE; in __unmap_grant_pages()
732 out_flags = map->notify.flags; in gntdev_ioctl_notify()
733 out_event = map->notify.event; in gntdev_ioctl_notify()
735 map->notify.flags = op.action; in gntdev_ioctl_notify()
736 map->notify.addr = op.index - (map->index << PAGE_SHIFT); in gntdev_ioctl_notify()
737 map->notify.event = op.event_channel_port; in gntdev_ioctl_notify()