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()
107 VM_ALLOC | VM_USERMAP, PAGE_KERNEL); in bpf_ringbuf_area_alloc()
320 flags = VM_USERMAP; in __bpf_map_area_alloc()
177 vma->vm_flags |= VM_USERMAP; in __vmalloc_user_flags()1631 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
3202 VM_USERMAP, NUMA_NO_NODE, in vmalloc_user()3286 VM_USERMAP, NUMA_NO_NODE, in vmalloc_32_user()3456 if (!(area->flags & (VM_USERMAP | VM_DMA_COHERENT))) in remap_vmalloc_range_partial()3976 if (v->flags & VM_USERMAP) in s_show()
1131 user VM_USERMAP area
Completed in 27 milliseconds