Searched refs:get_vm_area_caller (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/mm/ |
D | ioremap.c | 34 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
|
D | vmalloc.c | 2551 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/ |
D | ioremap.c | 129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/Linux-v6.1/include/linux/ |
D | vmalloc.h | 209 extern struct vm_struct *get_vm_area_caller(unsigned long size,
|
/Linux-v6.1/arch/arm/mm/ |
D | ioremap.c | 297 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
/Linux-v6.1/arch/x86/mm/ |
D | ioremap.c | 287 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|