Searched refs:notify_page (Results 1 – 3 of 3) sorted by relevance
152 context->notify_page = NULL; in vmci_ctx_create()558 struct page *notify_page; in vmci_ctx_unset_notify() local562 notify_page = context->notify_page; in vmci_ctx_unset_notify()564 context->notify_page = NULL; in vmci_ctx_unset_notify()568 if (notify_page) { in vmci_ctx_unset_notify()569 kunmap(notify_page); in vmci_ctx_unset_notify()570 put_page(notify_page); in vmci_ctx_unset_notify()
82 struct page *notify_page; /* Page backing the notify UVA. */ member
233 if (context->notify_page) { in vmci_host_setup_notify()251 context->notify_page = page; in vmci_host_setup_notify()256 context->notify = kmap(context->notify_page) + (uva & (PAGE_SIZE - 1)); in vmci_host_setup_notify()