Searched refs:VM_USERMAP (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-dmamap.c | 127 map->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL); in imgu_dmamap_alloc()
|
| /linux/scripts/gdb/linux/ |
| H A D | constants.py.in | 107 LX_VALUE(VM_USERMAP)
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 25 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 125 kern_vm = get_vm_area(KERN_VM_SZ, VM_SPARSE | VM_USERMAP); in arena_map_alloc()
|
| H A D | ringbuf.c | 138 VM_MAP | VM_USERMAP, PAGE_KERNEL); in bpf_ringbuf_area_alloc()
|
| H A D | syscall.c | 393 flags = VM_USERMAP; in __bpf_map_area_alloc()
|
| /linux/mm/ |
| H A D | nommu.c | 153 vm_flags_set(vma, VM_USERMAP); in __vmalloc_user_flags() 1616 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
|
| H A D | vmalloc.c | 4207 VM_USERMAP, NUMA_NO_NODE, in vmalloc_user_noprof() 4402 VM_USERMAP, NUMA_NO_NODE, in vmalloc_32_user_noprof() 4722 if (!(area->flags & (VM_USERMAP | VM_DMA_COHERENT))) in remap_vmalloc_range_partial() 5258 if (v->flags & VM_USERMAP) in vmalloc_info_show()
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 1292 user VM_USERMAP area
|