Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dioremap.c34 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
Dvmalloc.c2551 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller() function
2849 area = get_vm_area_caller(size, flags, __builtin_return_address(0)); in vmap()
2899 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn()
/Linux-v6.1/arch/sh/mm/
Dioremap.c129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/Linux-v6.1/include/linux/
Dvmalloc.h209 extern struct vm_struct *get_vm_area_caller(unsigned long size,
/Linux-v6.1/arch/arm/mm/
Dioremap.c297 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
/Linux-v6.1/arch/x86/mm/
Dioremap.c287 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()