HomeSort by: relevance | last modified time | path
    Searched refs:u64_to_user_ptr (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c 29 if (copy_from_user(query_hdr, u64_to_user_ptr(query_item->data_ptr),
33 if (!access_ok(u64_to_user_ptr(query_item->data_ptr),
80 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr),
84 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr + sizeof(topo)),
88 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr +
93 if (__copy_to_user(u64_to_user_ptr(query_item->data_ptr +
107 u64_to_user_ptr(query_item->data_ptr);
166 if (!access_ok(u64_to_user_ptr(user_regs_ptr),
189 u64_to_user_ptr(user_regs_ptr + sizeof(u32) * r * 2);
191 u64_to_user_ptr(user_regs_ptr + sizeof(u32) * r * 2
    [all...]
i915_user_extensions.c 62 ext = u64_to_user_ptr(next);
i915_gem.c 200 char __user *user_data = u64_to_user_ptr(args->data_ptr);
360 user_data = u64_to_user_ptr(args->data_ptr);
467 user_data = u64_to_user_ptr(args->data_ptr);
533 if (!access_ok(u64_to_user_ptr(args->data_ptr),
672 user_data = u64_to_user_ptr(args->data_ptr);
789 user_data = u64_to_user_ptr(args->data_ptr);
832 if (!access_ok(u64_to_user_ptr(args->data_ptr), args->size))
i915_perf.c 3897 u64_to_user_ptr(param->properties_ptr),
4302 u64_to_user_ptr(args->mux_regs_ptr),
4315 u64_to_user_ptr(args->boolean_regs_ptr),
4334 u64_to_user_ptr(args->flex_regs_ptr),
  /src/sys/external/bsd/drm2/dist/drm/
drm_mode_config.c 116 fb_id = u64_to_user_ptr(card_res->fb_id_ptr);
134 crtc_id = u64_to_user_ptr(card_res->crtc_id_ptr);
146 encoder_id = u64_to_user_ptr(card_res->encoder_id_ptr);
157 connector_id = u64_to_user_ptr(card_res->connector_id_ptr);
drm_syncobj.c 1294 u64_to_user_ptr(timeline_wait->points),
1380 u64_to_user_ptr(args->handles),
1414 u64_to_user_ptr(args->handles),
1448 u64_to_user_ptr(args->handles),
1481 u64_to_user_ptr(args->handles),
1516 u64_to_user_ptr(args->handles),
1528 if (!u64_to_user_ptr(args->points)) {
1530 } else if (copy_from_user(points, u64_to_user_ptr(args->points),
1573 uint64_t __user *points = u64_to_user_ptr(args->points);
1587 u64_to_user_ptr(args->handles)
    [all...]
drm_property.c 489 values_ptr = u64_to_user_ptr(out_resp->values_ptr);
500 enum_ptr = u64_to_user_ptr(out_resp->enum_blob_ptr);
778 if (copy_to_user(u64_to_user_ptr(out_resp->data),
807 u64_to_user_ptr(out_resp->data),
drm_atomic_uapi.c 468 s32 __user *fence_ptr = u64_to_user_ptr(val);
768 s32 __user *fence_ptr = u64_to_user_ptr(val);
drm_plane.c 490 plane_ptr = u64_to_user_ptr(plane_resp->plane_id_ptr);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_ioctl.c 174 if (!access_ok(u64_to_user_ptr(cmd->command),
196 u64_to_user_ptr(cmd->command), cmd->command_size);
215 struct drm_qxl_reloc __user *u = u64_to_user_ptr(cmd->relocs);
296 u64_to_user_ptr(execbuffer->commands);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_ioctl.c 117 user_bo_handles = u64_to_user_ptr(exbuf->bo_handles);
140 buf = vmemdup_user(u64_to_user_ptr(exbuf->command), exbuf->size);
201 if (copy_to_user(u64_to_user_ptr(param->value), &value, sizeof(int)))
465 if (copy_to_user(u64_to_user_ptr(args->addr), ptr, size))
  /src/sys/external/bsd/common/include/linux/
kernel.h 256 u64_to_user_ptr(uint64_t addr) function
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.c 911 err = i915_user_extensions(u64_to_user_ptr(args->extensions),
1441 if (copy_from_user(&user_sseu, u64_to_user_ptr(args->value),
1672 u64_to_user_ptr(args->value);
1749 err = i915_user_extensions(u64_to_user_ptr(extensions),
1838 user = u64_to_user_ptr(args->value);
2259 ret = i915_user_extensions(u64_to_user_ptr(args->extensions),
2315 if (copy_from_user(&user_sseu, u64_to_user_ptr(args->value),
2347 if (copy_to_user(u64_to_user_ptr(args->value), &user_sseu,
i915_gem_execbuffer.c 1453 urelocs = u64_to_user_ptr(entry->relocs_ptr);
1574 addr = u64_to_user_ptr(entry->relocs_ptr);
1608 urelocs = u64_to_user_ptr(eb->exec[i].relocs_ptr);
2498 user = u64_to_user_ptr(args->cliprects_ptr);
2950 u64_to_user_ptr(args->buffers_ptr),
2975 u64_to_user_ptr(args->buffers_ptr);
3025 u64_to_user_ptr(args->buffers_ptr),
3050 u64_to_user_ptr(args->buffers_ptr);
i915_gem_shmem.c 399 char __user *user_data = u64_to_user_ptr(arg->data_ptr);
i915_gem_mman.c 975 err = i915_user_extensions(u64_to_user_ptr(args->extensions),
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bo_list.c 243 const void __user *uptr = u64_to_user_ptr(in->bo_info_ptr);
amdgpu_cs.c 144 chunk_array_user = u64_to_user_ptr(cs->in.chunks);
164 chunk_ptr = u64_to_user_ptr(chunk_array[i]);
175 cdata = u64_to_user_ptr(user_chunk.chunk_data);
1647 fences_user = u64_to_user_ptr(wait->in.fences);
amdgpu_gem.c 735 void __user *out = u64_to_user_ptr(args->value);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_mman.c 884 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux)));
994 ux = u64_to_user_ptr((u64)addr);
1129 addr = u64_to_user_ptr(start);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_gem.c 885 u64_to_user_ptr(req->buffers);

Completed in 40 milliseconds