Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/xen/
Dgrant-table.c100 area->area = alloc_vm_area(PAGE_SIZE * nr_frames, area->ptes); in arch_gnttab_valloc()
/Linux-v5.4/include/linux/
Dvmalloc.h192 extern struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes);
/Linux-v5.4/drivers/xen/xenbus/
Dxenbus_client.c691 area = alloc_vm_area(XEN_PAGE_SIZE * nr_grefs, ptes); in xenbus_map_ring_valloc_pv()
/Linux-v5.4/mm/
Dnommu.c369 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area() function
374 EXPORT_SYMBOL_GPL(alloc_vm_area);
Dvmalloc.c3089 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) in alloc_vm_area() function
3110 EXPORT_SYMBOL_GPL(alloc_vm_area);
Dzsmalloc.c1125 area->vm = alloc_vm_area(PAGE_SIZE * 2, NULL); in __zs_cpu_up()