Searched refs:get_vm_area_caller (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | ioremap.c | 50 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | ioremap.c | 129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vmalloc.h | 166 extern struct vm_struct *get_vm_area_caller(unsigned long size,
|
/kernel/linux/linux-5.10/mm/ |
H A D | ioremap.c | 269 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
|
H A 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() 2447 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vmalloc.h | 207 extern struct vm_struct *get_vm_area_caller(unsigned long size,
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | ioremap.c | 139 * Note that get_vm_area_caller() allocates a guard 4K page, so we need to 292 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | ioremap.c | 145 * Note that get_vm_area_caller() allocates a guard 4K page, so we need to 297 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | ioremap.c | 281 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | ioremap.c | 292 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 2645 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller() function 2917 area = get_vm_area_caller(size, flags, __builtin_return_address(0)); in vmap() 2973 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn()
|
Completed in 16 milliseconds