cpt_buf 819 drivers/misc/vmw_vmci/vmci_context.c void *cpt_buf) cpt_buf 841 drivers/misc/vmw_vmci/vmci_context.c current_id = ((u32 *)cpt_buf)[i]; cpt_buf 93 drivers/misc/vmw_vmci/vmci_context.h u64 cpt_buf; cpt_buf 145 drivers/misc/vmw_vmci/vmci_context.h u32 num_cids, void *cpt_buf); cpt_buf 702 drivers/misc/vmw_vmci/vmci_host.c void *cpt_buf; cpt_buf 715 drivers/misc/vmw_vmci/vmci_host.c &get_info.buf_size, &cpt_buf); cpt_buf 717 drivers/misc/vmw_vmci/vmci_host.c void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; cpt_buf 718 drivers/misc/vmw_vmci/vmci_host.c retval = copy_to_user(ubuf, cpt_buf, get_info.buf_size); cpt_buf 719 drivers/misc/vmw_vmci/vmci_host.c kfree(cpt_buf); cpt_buf 734 drivers/misc/vmw_vmci/vmci_host.c void *cpt_buf; cpt_buf 745 drivers/misc/vmw_vmci/vmci_host.c cpt_buf = memdup_user((void __user *)(uintptr_t)set_info.cpt_buf, cpt_buf 747 drivers/misc/vmw_vmci/vmci_host.c if (IS_ERR(cpt_buf)) cpt_buf 748 drivers/misc/vmw_vmci/vmci_host.c return PTR_ERR(cpt_buf); cpt_buf 752 drivers/misc/vmw_vmci/vmci_host.c set_info.buf_size, cpt_buf); cpt_buf 756 drivers/misc/vmw_vmci/vmci_host.c kfree(cpt_buf);