Home
last modified time | relevance | path

Searched refs:vunmap (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
Ddrm_memory.c41 #define vunmap(handle) macro
130 vunmap(map->handle); in drm_core_ioremapfree()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dvmalloc.h41 void vunmap(void *addr);
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
Dmlx4_en_resources.c114 vunmap(buf->direct.buf); in mlx4_en_unmap_buffer()
/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_prime.c142 .vunmap = radeon_gem_prime_vunmap,
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_alloc.c665 vunmap(buf->direct.buf); in mlx4_buf_free()
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_compat.c1878 vunmap(void *addr) in vunmap() function