Home
last modified time | relevance | path

Searched refs:VM_USERMAP (Results 1 – 11 of 11) sorted by relevance

/linux/net/xdp/
H A Dxsk_queue.c30 VM_USERMAP, NUMA_NO_NODE, in xskq_vmalloc_user()
/linux/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c127 map->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL); in imgu_dmamap_alloc()
/linux/scripts/gdb/linux/
H A Dconstants.py.in107 LX_VALUE(VM_USERMAP)
/linux/include/linux/
H A Dvmalloc.h25 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
/linux/drivers/staging/media/ipu7/
H A Dipu7-dma.c209 info->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL); in ipu7_dma_alloc()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-dma.c209 info->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL); in ipu6_dma_alloc()
/linux/mm/
H A Dnommu.c153 vm_flags_set(vma, VM_USERMAP); in __vmalloc_user_flags()
1646 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
H A Dvmalloc.c4261 VM_USERMAP, NUMA_NO_NODE, in vmalloc_user_noprof()
4403 !(vm->flags & (VM_FLUSH_RESET_PERMS | VM_USERMAP)) && in vrealloc_node_align_noprof()
4505 VM_USERMAP, NUMA_NO_NODE, in vmalloc_32_user_noprof()
4836 if (!(area->flags & (VM_USERMAP | VM_DMA_COHERENT))) in remap_vmalloc_range_partial()
5372 if (v->flags & VM_USERMAP) in vmalloc_info_show()
/linux/kernel/bpf/
H A Dringbuf.c139 VM_MAP | VM_USERMAP, PAGE_KERNEL); in bpf_ringbuf_area_alloc()
H A Darena.c296 kern_vm = get_vm_area(KERN_VM_SZ, VM_SPARSE | VM_USERMAP); in arena_map_alloc()
H A Dsyscall.c396 flags = VM_USERMAP; in __bpf_map_area_alloc()