Searched refs:VM_USERMAP (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c127 map->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL);
/linux-master/include/linux/
H A Dvmalloc.h23 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
/linux-master/kernel/bpf/
H A Dringbuf.c133 VM_MAP | VM_USERMAP, PAGE_KERNEL);
H A Darena.c120 kern_vm = get_vm_area(KERN_VM_SZ, VM_SPARSE | VM_USERMAP);
H A Dsyscall.c299 flags = VM_USERMAP;
/linux-master/mm/
H A Dnommu.c175 vm_flags_set(vma, VM_USERMAP);
301 * VM_USERMAP is set on the corresponding VMA so that subsequent calls to
1622 if (!(vma->vm_flags & VM_USERMAP))
H A Dvmalloc.c3974 VM_USERMAP, NUMA_NO_NODE,
4058 VM_USERMAP, NUMA_NO_NODE,
4378 if (!(area->flags & (VM_USERMAP | VM_DMA_COHERENT)))
4910 if (v->flags & VM_USERMAP)

Completed in 251 milliseconds