Home
last modified time | relevance | path

Searched refs:alloc_vm_area (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/xen/
Dgrant-table.c96 area->area = alloc_vm_area(PAGE_SIZE * nr_frames, area->ptes); in arch_gnttab_valloc()
/linux-4.1.27/include/linux/
Dvmalloc.h148 extern struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes);
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_client.c558 area = alloc_vm_area(PAGE_SIZE * nr_grefs, ptes); in xenbus_map_ring_valloc_pv()
/linux-4.1.27/mm/
Dnommu.c518 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area() function
523 EXPORT_SYMBOL_GPL(alloc_vm_area);
Dvmalloc.c2242 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area() function
2263 EXPORT_SYMBOL_GPL(alloc_vm_area);
Dzsmalloc.c1039 area->vm = alloc_vm_area(PAGE_SIZE * 2, NULL); in __zs_cpu_up()