Lines Matching refs:handle
655 if (likely(rcache->valid_handle && *id_loc == rcache->handle)) { in vmw_cmd_res_check()
682 rcache->handle = *id_loc; in vmw_cmd_res_check()
1155 uint32_t handle = *id; in vmw_translate_mob_ptr() local
1160 ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo); in vmw_translate_mob_ptr()
1211 uint32_t handle = ptr->gmrId; in vmw_translate_guest_ptr() local
1216 ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo); in vmw_translate_guest_ptr()
3894 fence_rep.handle = fence_handle; in vmw_execbuf_copy_fence_user()
4049 uint32_t handle) in vmw_execbuf_tie_context() argument
4055 if (handle == SVGA3D_INVALID_ID) in vmw_execbuf_tie_context()
4064 (dev_priv, sw_context->fp->tfile, handle, in vmw_execbuf_tie_context()
4068 (unsigned int) handle); in vmw_execbuf_tie_context()
4097 uint32_t handle = 0; in vmw_execbuf_process() local
4219 (user_fence_rep) ? &handle : NULL); in vmw_execbuf_process()
4256 user_fence_rep, fence, handle, out_fence_fd); in vmw_execbuf_process()