Searched refs:VM_USERMAP (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/mn10300/mm/ |
D | init.c | 86 user_iomap_vm.flags = VM_USERMAP; in paging_init()
|
/linux-4.4.14/arch/arm64/mm/ |
D | dma-mapping.c | 172 coherent_ptr = dma_common_contiguous_remap(page, size, VM_USERMAP, in __dma_alloc() 387 VM_USERMAP, prot, atomic_pool_init); in atomic_pool_init() 409 dma_common_free_remap(addr, atomic_pool_size, VM_USERMAP); in atomic_pool_init() 570 addr = dma_common_pages_remap(pages, size, VM_USERMAP, prot, in __iommu_alloc_attrs() 627 dma_common_free_remap(cpu_addr, size, VM_USERMAP); in __iommu_free_attrs()
|
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 16 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
|
/linux-4.4.14/arch/arm/mm/ |
D | dma-mapping.c | 311 VM_ARM_DMA_CONSISTENT | VM_USERMAP, in __dma_alloc_remap() 318 VM_ARM_DMA_CONSISTENT | VM_USERMAP); in __dma_free_remap() 1240 VM_ARM_DMA_CONSISTENT | VM_USERMAP, prot, caller); in __iommu_alloc_remap() 1459 VM_ARM_DMA_CONSISTENT | VM_USERMAP); in arm_iommu_free_attrs()
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 1784 area->flags |= VM_USERMAP; in vmalloc_user() 1887 area->flags |= VM_USERMAP; in vmalloc_32_user() 2161 if (!(area->flags & VM_USERMAP)) in remap_vmalloc_range_partial() 2651 if (v->flags & VM_USERMAP) in s_show()
|
D | nommu.c | 286 vma->vm_flags |= VM_USERMAP; in vmalloc_user() 1809 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 954 user VM_USERMAP area
|