Home
last modified time | relevance | path

Searched refs:map_vm_area (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dvmalloc.h138 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
/Linux-v4.19/kernel/dma/
Dmapping.c258 if (map_vm_area(area, prot, pages)) { in __dma_common_pages_remap()
/Linux-v4.19/mm/
Dvmalloc.c1337 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area() function
1347 EXPORT_SYMBOL_GPL(map_vm_area);
1641 if (map_vm_area(area, prot, pages)) { in vmap()
1700 if (map_vm_area(area, prot, pages)) in __vmalloc_area_node()
Dzsmalloc.c1154 BUG_ON(map_vm_area(area->vm, PAGE_KERNEL, pages)); in __zs_map_object()
/Linux-v4.19/Documentation/core-api/
Dcachetlb.rst226 The first of these two routines is invoked after map_vm_area()