Searched refs:notify_page (Results 1 – 3 of 3) sorted by relevance
160 context->notify_page = NULL; in vmci_ctx_create()586 struct page *notify_page; in vmci_ctx_unset_notify() local590 notify_page = context->notify_page; in vmci_ctx_unset_notify()592 context->notify_page = NULL; in vmci_ctx_unset_notify()596 if (notify_page) { in vmci_ctx_unset_notify()597 kunmap(notify_page); in vmci_ctx_unset_notify()598 put_page(notify_page); in vmci_ctx_unset_notify()
236 if (context->notify_page) { in vmci_host_setup_notify()252 retval = get_user_pages_fast(uva, 1, 1, &context->notify_page); in vmci_host_setup_notify()254 context->notify_page = NULL; in vmci_host_setup_notify()261 context->notify = kmap(context->notify_page) + (uva & (PAGE_SIZE - 1)); in vmci_host_setup_notify()
90 struct page *notify_page; /* Page backing the notify UVA. */ member