Searched refs:get_vm_area_caller (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/mm/ |
D | ioremap.c | 30 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
|
D | vmalloc.c | 2463 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller() function 2750 area = get_vm_area_caller(size, flags, __builtin_return_address(0)); in vmap() 2800 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn()
|
/Linux-v5.15/arch/arm64/mm/ |
D | ioremap.c | 49 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/Linux-v5.15/arch/sh/mm/ |
D | ioremap.c | 129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/Linux-v5.15/include/linux/ |
D | vmalloc.h | 201 extern struct vm_struct *get_vm_area_caller(unsigned long size,
|
/Linux-v5.15/arch/arm/mm/ |
D | ioremap.c | 292 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
/Linux-v5.15/arch/x86/mm/ |
D | ioremap.c | 275 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|