Searched refs:VM_USERMAP (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/mn10300/mm/ |
D | init.c | 86 user_iomap_vm.flags = VM_USERMAP; in paging_init()
|
/linux-4.1.27/arch/arm64/mm/ |
D | dma-mapping.c | 173 coherent_ptr = dma_common_contiguous_remap(page, size, VM_USERMAP, in __dma_alloc() 382 VM_USERMAP, prot, atomic_pool_init); in atomic_pool_init() 404 dma_common_free_remap(addr, atomic_pool_size, VM_USERMAP); in atomic_pool_init()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | lscsa_alloc.c | 119 csa->lscsa = vmap(pgarray, n_4k, VM_USERMAP, PAGE_KERNEL); in spu_alloc_lscsa()
|
/linux-4.1.27/include/linux/ |
D | vmalloc.h | 16 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 307 VM_ARM_DMA_CONSISTENT | VM_USERMAP, in __dma_alloc_remap() 314 VM_ARM_DMA_CONSISTENT | VM_USERMAP); in __dma_free_remap() 1230 VM_ARM_DMA_CONSISTENT | VM_USERMAP, prot, caller); in __iommu_alloc_remap() 1447 VM_ARM_DMA_CONSISTENT | VM_USERMAP); in arm_iommu_free_attrs()
|
/linux-4.1.27/mm/ |
D | vmalloc.c | 1783 area->flags |= VM_USERMAP; in vmalloc_user() 1886 area->flags |= VM_USERMAP; in vmalloc_32_user() 2160 if (!(area->flags & VM_USERMAP)) in remap_vmalloc_range_partial() 2650 if (v->flags & VM_USERMAP) in s_show()
|
D | nommu.c | 302 vma->vm_flags |= VM_USERMAP; in vmalloc_user() 1880 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 939 user VM_USERMAP area
|