Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_memory.c39 #define vunmap(handle) macro
128 vunmap(map->handle); in drm_core_ioremapfree()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dvmalloc.h40 void vunmap(void *addr);
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c114 vunmap(buf->direct.buf); in mlx4_en_unmap_buffer()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c665 vunmap(buf->direct.buf); in mlx4_buf_free()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1906 vunmap(void *addr) in vunmap() function