Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/vmw_vmci/
Dvmci_host.c653 struct vmci_ctx_info ar_info; in vmci_host_do_ctx_add_notify() local
663 if (copy_from_user(&ar_info, uptr, sizeof(ar_info))) in vmci_host_do_ctx_add_notify()
667 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
676 struct vmci_ctx_info ar_info; in vmci_host_do_ctx_remove_notify() local
686 if (copy_from_user(&ar_info, uptr, sizeof(ar_info))) in vmci_host_do_ctx_remove_notify()
691 ar_info.remote_cid); in vmci_host_do_ctx_remove_notify()