Searched refs:map_vm_area (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 123 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
|
/linux-4.4.14/arch/tile/kernel/ |
D | module.c | 61 if (map_vm_area(area, prot_rwx, pages)) { in module_alloc()
|
/linux-4.4.14/drivers/lguest/ |
D | core.c | 114 err = map_vm_area(switcher_vma, PAGE_KERNEL_EXEC, lg_switcher_pages); in map_switcher()
|
/linux-4.4.14/drivers/base/ |
D | dma-mapping.c | 290 if (map_vm_area(area, prot, pages)) { in dma_common_pages_remap()
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 1294 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area() function 1304 EXPORT_SYMBOL_GPL(map_vm_area); 1567 if (map_vm_area(area, prot, pages)) { in vmap() 1625 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.4.14/Documentation/ |
D | cachetlb.txt | 225 The first of these two routines is invoked after map_vm_area()
|