Home
last modified time | relevance | path

Searched refs:VM_MAP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dvmalloc.h35 #define VM_MAP 0x0000 macro
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c101 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); in mlx4_en_map_buffer()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c639 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); in mlx4_buf_alloc()