Searched refs:map_vm_area (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
D | module.c | 61 if (map_vm_area(area, prot_rwx, pages)) { in module_alloc()
|
/linux-4.1.27/include/linux/ |
D | vmalloc.h | 123 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
|
/linux-4.1.27/drivers/lguest/ |
D | core.c | 114 err = map_vm_area(switcher_vma, PAGE_KERNEL_EXEC, lg_switcher_pages); in map_switcher()
|
/linux-4.1.27/drivers/base/ |
D | dma-mapping.c | 290 if (map_vm_area(area, prot, pages)) { in dma_common_pages_remap()
|
/linux-4.1.27/mm/ |
D | vmalloc.c | 1292 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area() function 1302 EXPORT_SYMBOL_GPL(map_vm_area); 1566 if (map_vm_area(area, prot, pages)) { in vmap() 1624 if (map_vm_area(area, prot, pages)) in __vmalloc_area_node()
|
D | zsmalloc.c | 1055 BUG_ON(map_vm_area(area->vm, PAGE_KERNEL, pages)); in __zs_map_object()
|
/linux-4.1.27/Documentation/ |
D | cachetlb.txt | 225 The first of these two routines is invoked after map_vm_area()
|