Home
last modified time | relevance | path

Searched refs:map_handle (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Modules/
Dmmapmodule.c104 HANDLE map_handle; member
146 if (m_obj->map_handle != NULL) in mmap_object_dealloc()
147 CloseHandle (m_obj->map_handle); in mmap_object_dealloc()
188 HANDLE map_handle = self->map_handle; in mmap_close_method() local
191 self->map_handle = NULL; in mmap_close_method()
198 if (map_handle != NULL) { in mmap_close_method()
199 CloseHandle(map_handle); in mmap_close_method()
227 if (self->map_handle == NULL) { \
513 CloseHandle(self->map_handle); in mmap_resize_method()
514 self->map_handle = NULL; in mmap_resize_method()
[all …]
/third_party/libdrm/libkms/
Dvmwgfx.c41 uint64_t map_handle; member
110 bo->map_handle = rep->map_handle; in vmwgfx_bo_create()
145 …rm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in vmwgfx_bo_map()
Dnouveau.c44 uint64_t map_handle; member
122 bo->map_handle = arg.info.map_handle; in nouveau_bo_create()
154 …= drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in nouveau_bo_map()
/third_party/mesa3d/src/nouveau/drm-shim/
Dnouveau_noop.c78 create->info.map_handle = drm_shim_bo_get_mmap_offset(shim_fd, &bo->base); in nouveau_ioctl_gem_new()
99 info->map_handle = drm_shim_bo_get_mmap_offset(shim_fd, &bo->base); in nouveau_ioctl_gem_info()
/third_party/libdrm/nouveau/
Dabi16.c277 nvbo->map_handle = info->map_handle; in abi16_bo_info()
289 if (nvbo->map_handle) in abi16_bo_info()
Dprivate.h85 uint64_t map_handle; member
Dnouveau.c867 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
/third_party/mesa3d/src/asahi/lib/
Ddecode.c449 agxdecode_cmdstream(unsigned cmdbuf_handle, unsigned map_handle, bool verbose) in agxdecode_cmdstream() argument
454 struct agx_bo *map = agxdecode_find_handle(map_handle, AGX_ALLOC_MEMMAP); in agxdecode_cmdstream()
500 agxdecode_dump_mappings(unsigned map_handle) in agxdecode_dump_mappings() argument
504 struct agx_bo *map = agxdecode_find_handle(map_handle, AGX_ALLOC_MEMMAP); in agxdecode_dump_mappings()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c65 uint64_t map_handle; member
321 region->map_handle = rep->buffer_map_handle; in vmw_ioctl_gb_surface_create()
442 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref()
470 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref()
640 region->map_handle = rep->map_handle; in vmw_ioctl_region_create()
692 region->drm_fd, region->map_handle); in vmw_ioctl_region_map()
Dvmwgfx_drm.h419 __u64 map_handle; member
/third_party/libdrm/include/drm/
Dnouveau_drm.h115 __u64 map_handle; member
Dvmwgfx_drm.h402 __u64 map_handle; member