Home
last modified time | relevance | path

Searched refs:os_munmap (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_mman.h58 # define os_munmap(addr, length) \ macro
66 static inline int os_munmap(void *addr, size_t length)
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c270 os_munmap(screen->svm_cutout, screen->svm_cutout_size); in nouveau_screen_init()
355 os_munmap(screen->svm_cutout, screen->svm_cutout_size); in nouveau_screen_init()
367 os_munmap(screen->svm_cutout, screen->svm_cutout_size); in nouveau_screen_fini()
/third_party/mesa3d/docs/relnotes/
D10.5.2.rst57 - auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
D10.4.7.rst61 - auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
D19.1.0.rst3787 - panfrost: use os_mmap and os_munmap
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c57 os_munmap(bo->map, bo->size); in _etna_bo_del()
/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.c363 if (os_munmap((void *) (uintptr_t)bo->ptr.cpu, bo->size)) { in panfrost_bo_munmap()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c356 os_munmap(bo->map, bo->size); in lima_bo_unmap()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c350 os_munmap(bo->map, bo->size); in bo_del()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c664 os_munmap(region->data, region->size); in vmw_ioctl_region_destroy()
717 os_munmap(region->data, region->size); in vmw_ioctl_region_unmap()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c373 os_munmap(bo->u.real.ptr, bo->base.size); in radeon_bo_destroy()
605 os_munmap(bo->u.real.ptr, bo->base.size); in radeon_bo_unmap()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c182 os_munmap(res->ptr, res->size); in virgl_hw_res_destroy()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c541 os_munmap(bo->real.map, bo->size); in bo_unmap()
1548 os_munmap(map, bo->size); in iris_bo_map()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c98 os_munmap(res->ptr, res->size); in virgl_hw_res_destroy()