Searched refs:map_vm_area (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/linux/ |
D | vmalloc.h | 97 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
|
/linux-3.4.99/arch/tile/kernel/ |
D | module.c | 73 if (map_vm_area(area, prot_rwx, &pages)) { in module_alloc()
|
/linux-3.4.99/drivers/lguest/ |
D | core.c | 112 err = map_vm_area(switcher_vma, PAGE_KERNEL_EXEC, &pagep); in map_switcher()
|
/linux-3.4.99/mm/ |
D | vmalloc.c | 1262 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page ***pages) in map_vm_area() function 1276 EXPORT_SYMBOL_GPL(map_vm_area); 1560 if (map_vm_area(area, prot, &pages)) { in vmap() 1617 if (map_vm_area(area, prot, &pages)) in __vmalloc_area_node()
|
/linux-3.4.99/Documentation/ |
D | cachetlb.txt | 225 The first of these two routines is invoked after map_vm_area()
|
/linux-3.4.99/drivers/staging/android/ |
D | binder.c | 667 ret = map_vm_area(&tmp_area, PAGE_KERNEL, &page_array_ptr); in binder_update_page_range()
|