Searched refs:cpt_buf (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h93 u64 cpt_buf; member in struct:vmci_ctx_chkpt_buf_info
145 u32 num_cids, void *cpt_buf);
H A Dvmci_host.c715 void *cpt_buf; local
728 &get_info.buf_size, &cpt_buf);
730 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf;
731 retval = copy_to_user(ubuf, cpt_buf, get_info.buf_size);
732 kfree(cpt_buf);
747 void *cpt_buf; local
758 cpt_buf = memdup_user((void __user *)(uintptr_t)set_info.cpt_buf,
760 if (IS_ERR(cpt_buf))
761 return PTR_ERR(cpt_buf);
[all...]
H A Dvmci_context.c816 void *cpt_buf)
838 current_id = ((u32 *)cpt_buf)[i];
813 vmci_ctx_set_chkpt_state(u32 context_id, u32 cpt_type, u32 buf_size, void *cpt_buf) argument

Completed in 131 milliseconds