Searched refs:VM_USERMAP (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/arm64/mm/ |
D | dma-mapping.c | 128 coherent_ptr = dma_common_contiguous_remap(page, size, VM_USERMAP, in __dma_alloc() 374 VM_USERMAP, prot, atomic_pool_init); in atomic_pool_init() 396 dma_common_free_remap(addr, atomic_pool_size, VM_USERMAP); in atomic_pool_init() 586 addr = dma_common_contiguous_remap(page, size, VM_USERMAP, in __iommu_alloc_attrs() 607 addr = dma_common_pages_remap(pages, size, VM_USERMAP, prot, in __iommu_alloc_attrs() 640 dma_common_free_remap(cpu_addr, size, VM_USERMAP); in __iommu_free_attrs() 647 dma_common_free_remap(cpu_addr, size, VM_USERMAP); in __iommu_free_attrs()
|
/Linux-v4.19/include/linux/ |
D | vmalloc.h | 20 #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ macro
|
/Linux-v4.19/mm/ |
D | vmalloc.c | 1867 area->flags |= VM_USERMAP; in vmalloc_user() 1970 area->flags |= VM_USERMAP; in vmalloc_32_user() 2244 if (!(area->flags & VM_USERMAP)) in remap_vmalloc_range_partial() 2719 if (v->flags & VM_USERMAP) in s_show()
|
D | nommu.c | 256 vma->vm_flags |= VM_USERMAP; in vmalloc_user() 1746 if (!(vma->vm_flags & VM_USERMAP)) in remap_vmalloc_range()
|
/Linux-v4.19/arch/arm/mm/ |
D | dma-mapping.c | 374 VM_ARM_DMA_CONSISTENT | VM_USERMAP, in __dma_alloc_remap() 381 VM_ARM_DMA_CONSISTENT | VM_USERMAP); in __dma_free_remap() 1397 VM_ARM_DMA_CONSISTENT | VM_USERMAP, prot, caller); in __iommu_alloc_remap() 1651 VM_ARM_DMA_CONSISTENT | VM_USERMAP); in __arm_iommu_free_attrs()
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 983 user VM_USERMAP area
|