Searched refs:get_vm_area_caller (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | 207 extern struct vm_struct *get_vm_area_caller(unsigned long size,
|
/openbmc/linux/arch/arm/mm/ |
H A D | ioremap.c | 322 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
/openbmc/linux/arch/x86/mm/ |
H A D | ioremap.c | 292 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/openbmc/linux/mm/ |
H A D | vmalloc.c | 2662 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller() function 2936 area = get_vm_area_caller(size, flags, __builtin_return_address(0)); in vmap() 2992 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn()
|