Searched refs:alloc_vm_area (Results 1 – 6 of 6) sorted by relevance
123 area->area = alloc_vm_area(PAGE_SIZE * nr_frames, area->ptes); in arch_gnttab_valloc()
163 extern struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes);
693 area = alloc_vm_area(XEN_PAGE_SIZE * nr_grefs, ptes); in xenbus_map_ring_valloc_pv()
456 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area() function461 EXPORT_SYMBOL_GPL(alloc_vm_area);
2326 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area() function2347 EXPORT_SYMBOL_GPL(alloc_vm_area);
1138 area->vm = alloc_vm_area(PAGE_SIZE * 2, NULL); in __zs_cpu_up()