Searched refs:map_handle (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Modules/ |
D | mmapmodule.c | 104 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/ |
D | vmwgfx.c | 41 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()
|
D | nouveau.c | 44 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/ |
D | nouveau_noop.c | 78 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/ |
D | abi16.c | 277 nvbo->map_handle = info->map_handle; in abi16_bo_info() 289 if (nvbo->map_handle) in abi16_bo_info()
|
D | private.h | 85 uint64_t map_handle; member
|
D | nouveau.c | 867 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
|
/third_party/mesa3d/src/asahi/lib/ |
D | decode.c | 449 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/ |
D | vmw_screen_ioctl.c | 65 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()
|
D | vmwgfx_drm.h | 419 __u64 map_handle; member
|
/third_party/libdrm/include/drm/ |
D | nouveau_drm.h | 115 __u64 map_handle; member
|
D | vmwgfx_drm.h | 402 __u64 map_handle; member
|