Searched refs:VM_USERMAP (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/staging/media/ipu3/ |
D | ipu3-dmamap.c | 127 map->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL); in imgu_dmamap_alloc()
|
/linux-6.12.1/include/linux/ |
D | vmalloc.h | 25 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
|
/linux-6.12.1/scripts/gdb/linux/ |
D | constants.py.in | 100 LX_VALUE(VM_USERMAP)
|
/linux-6.12.1/mm/ |
D | nommu.c | 159 vm_flags_set(vma, VM_USERMAP); in __vmalloc_user_flags() 1606 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
|
D | vmalloc.c | 3984 VM_USERMAP, NUMA_NO_NODE, in vmalloc_user_noprof() 4138 VM_USERMAP, NUMA_NO_NODE, in vmalloc_32_user_noprof() 4458 if (!(area->flags & (VM_USERMAP | VM_DMA_COHERENT))) in remap_vmalloc_range_partial() 4990 if (v->flags & VM_USERMAP) in vmalloc_info_show()
|
/linux-6.12.1/drivers/media/pci/intel/ipu6/ |
D | ipu6-dma.c | 206 info->vaddr = vmap(pages, count, VM_USERMAP, PAGE_KERNEL); in ipu6_dma_alloc()
|
/linux-6.12.1/kernel/bpf/ |
D | arena.c | 120 kern_vm = get_vm_area(KERN_VM_SZ, VM_SPARSE | VM_USERMAP); in arena_map_alloc()
|
D | ringbuf.c | 135 VM_MAP | VM_USERMAP, PAGE_KERNEL); in bpf_ringbuf_area_alloc()
|
D | syscall.c | 299 flags = VM_USERMAP; in __bpf_map_area_alloc()
|
/linux-6.12.1/Documentation/filesystems/ |
D | proc.rst | 1249 user VM_USERMAP area
|