Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kmem.m462 dnl # __vmalloc PAGE_KERNEL removal
71 p = __vmalloc(0, GFP_KERNEL, PAGE_KERNEL);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dvmalloc.h36 #define PAGE_KERNEL 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/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h199 #define spl_vmalloc(size, flags) __vmalloc(size, flags, PAGE_KERNEL)
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c484 set_pte_at(&init_mm, addr, pte, pfn_pte_ma((*frames)[0], PAGE_KERNEL)); in map_pte_fn()
/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()