Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
Dvmci_host.c225 unsigned long uva) in vmci_host_setup_notify() argument
239 if (!access_ok(VERIFY_WRITE, (void __user *)uva, sizeof(u8))) in vmci_host_setup_notify()
245 retval = get_user_pages_fast(uva, 1, 1, &context->notify_page); in vmci_host_setup_notify()
254 context->notify = kmap(context->notify_page) + (uva & (PAGE_SIZE - 1)); in vmci_host_setup_notify()