HomeSort by relevance Sort by last modified time
    Searched defs:map_handle (Results 1 - 18 of 18) sorted by null

  /external/libdrm/libkms/
nouveau.c 48 uint64_t map_handle; member in struct:nouveau_bo
126 bo->map_handle = arg.info.map_handle;
158 map = drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle);
vmwgfx.c 45 uint64_t map_handle; member in struct:vmwgfx_bo
114 bo->map_handle = rep->map_handle;
149 map = drm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle);
  /external/libdrm/nouveau/
private.h 85 uint64_t map_handle; member in struct:nouveau_bo_priv
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 60 uint64_t map_handle; member in struct:vmw_region
252 region->map_handle = rep->buffer_map_handle;
373 region->map_handle = rep->crep.buffer_map_handle;
520 region->map_handle = rep->map_handle;
572 region->drm_fd, region->map_handle);
vmwgfx_drm.h 383 * @map_handle: Offset to use in the mmap() call used to map the buffer.
394 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 41 __u64 map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 132 __u64 map_handle; member in struct:drm_vmw_dmabuf_rep
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 54 __u64 map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 391 * @map_handle: Offset to use in the mmap() call used to map the buffer.
402 __u64 map_handle; member in struct:drm_vmw_dmabuf_rep
  /cts/hostsidetests/security/securityPatch/CVE-2017-0333/
local_poc.h 37 uint64_t map_handle; member in struct:drm_nouveau_gem_info
  /external/libdrm/include/drm/
nouveau_drm.h 120 uint64_t map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 381 * @map_handle: Offset to use in the mmap() call used to map the buffer.
392 __u64 map_handle; member in struct:drm_vmw_dmabuf_rep
  /external/python/cpython2/Modules/
mmapmodule.c 103 HANDLE map_handle; member in struct:__anon32851
122 if (m_obj->map_handle != NULL)
123 CloseHandle (m_obj->map_handle);
158 if (self->map_handle != NULL) {
159 CloseHandle(self->map_handle);
160 self->map_handle = NULL;
185 if (self->map_handle == NULL) { \
463 CloseHandle(self->map_handle);
464 self->map_handle = NULL;
475 self->map_handle = CreateFileMapping
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 103 HANDLE map_handle; member in struct:__anon33476
123 if (m_obj->map_handle != NULL)
124 CloseHandle (m_obj->map_handle);
164 if (self->map_handle != NULL) {
165 CloseHandle(self->map_handle);
166 self->map_handle = NULL;
191 if (self->map_handle == NULL) { \
500 CloseHandle(self->map_handle);
501 self->map_handle = NULL;
512 self->map_handle = CreateFileMapping
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
nouveau_drm.h 109 uint64_t map_handle; member in struct:drm_nouveau_gem_info
vmwgfx_drm.h 355 * @map_handle: Offset to use in the mmap() call used to map the buffer.
366 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
  /cts/hostsidetests/security/securityPatch/CVE-2017-6262/
local_poc.h 105 uint64_t map_handle; member in struct:drm_nouveau_gem_info
  /external/ImageMagick/MagickCore/
nt-base.c 1672 map_handle; local
    [all...]

Completed in 703 milliseconds