Searched refs:VM_USERMAP (Results 1 – 7 of 7) sorted by relevance
22 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
127 map->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL); in imgu_dmamap_alloc()
176 vm_flags_set(vma, VM_USERMAP); in __vmalloc_user_flags()1625 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
3337 VM_USERMAP, NUMA_NO_NODE, in vmalloc_user()3421 VM_USERMAP, NUMA_NO_NODE, in vmalloc_32_user()3672 if (!(area->flags & (VM_USERMAP | VM_DMA_COHERENT))) in remap_vmalloc_range_partial()4193 if (v->flags & VM_USERMAP) in s_show()
141 VM_MAP | VM_USERMAP, PAGE_KERNEL); in bpf_ringbuf_area_alloc()
324 flags = VM_USERMAP; in __bpf_map_area_alloc()
1188 user VM_USERMAP area
Completed in 27 milliseconds