Searched refs:map_vm_area (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/linux/ |
D | vmalloc.h | 157 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
|
/Linux-v5.4/kernel/dma/ |
D | remap.c | 32 if (map_vm_area(area, prot, pages)) { in __dma_common_pages_remap()
|
/Linux-v5.4/drivers/staging/media/ipu3/ |
D | ipu3-dmamap.c | 133 if (map_vm_area(map->vma, PAGE_KERNEL, pages)) in imgu_dmamap_alloc()
|
/Linux-v5.4/mm/ |
D | vmalloc.c | 2005 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area() function 2015 EXPORT_SYMBOL_GPL(map_vm_area); 2385 if (map_vm_area(area, prot, pages)) { in vmap() 2448 if (map_vm_area(area, prot, pages)) in __vmalloc_area_node()
|
D | zsmalloc.c | 1141 BUG_ON(map_vm_area(area->vm, PAGE_KERNEL, pages)); in __zs_map_object()
|
/Linux-v5.4/Documentation/core-api/ |
D | cachetlb.rst | 216 The first of these two routines is invoked after map_vm_area()
|