notify_page       152 drivers/misc/vmw_vmci/vmci_context.c 	context->notify_page = NULL;
notify_page       578 drivers/misc/vmw_vmci/vmci_context.c 	struct page *notify_page;
notify_page       582 drivers/misc/vmw_vmci/vmci_context.c 	notify_page = context->notify_page;
notify_page       584 drivers/misc/vmw_vmci/vmci_context.c 	context->notify_page = NULL;
notify_page       588 drivers/misc/vmw_vmci/vmci_context.c 	if (notify_page) {
notify_page       589 drivers/misc/vmw_vmci/vmci_context.c 		kunmap(notify_page);
notify_page       590 drivers/misc/vmw_vmci/vmci_context.c 		put_page(notify_page);
notify_page        82 drivers/misc/vmw_vmci/vmci_context.h 	struct page *notify_page;	/* Page backing the notify UVA. */
notify_page       221 drivers/misc/vmw_vmci/vmci_host.c 	if (context->notify_page) {
notify_page       237 drivers/misc/vmw_vmci/vmci_host.c 	retval = get_user_pages_fast(uva, 1, FOLL_WRITE, &context->notify_page);
notify_page       239 drivers/misc/vmw_vmci/vmci_host.c 		context->notify_page = NULL;
notify_page       246 drivers/misc/vmw_vmci/vmci_host.c 	context->notify = kmap(context->notify_page) + (uva & (PAGE_SIZE - 1));