Searched refs:get_vm_area_caller (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/arch/arm64/mm/ |
D | ioremap.c | 49 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/Linux-v5.10/arch/sh/mm/ |
D | ioremap.c | 129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/Linux-v5.10/include/linux/ |
D | vmalloc.h | 166 extern struct vm_struct *get_vm_area_caller(unsigned long size,
|
/Linux-v5.10/mm/ |
D | ioremap.c | 269 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
|
D | vmalloc.c | 2119 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller() function 2398 area = get_vm_area_caller(size, flags, __builtin_return_address(0)); in vmap() 2445 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn()
|
/Linux-v5.10/arch/arm/mm/ |
D | ioremap.c | 290 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
/Linux-v5.10/arch/x86/mm/ |
D | ioremap.c | 273 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|