Searched refs:get_vm_area_caller (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | ioremap.c | 50 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | ioremap.c | 129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 163 extern struct vm_struct *get_vm_area_caller(unsigned long size,
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | ioremap.c | 269 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
|
| H A D | vmalloc.c | 2128 struct vm_struct *get_vm_area_caller(unsigned long size, unsigned long flags, in get_vm_area_caller() function 2408 area = get_vm_area_caller(size, flags, __builtin_return_address(0)); in vmap() 2457 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | ioremap.c | 292 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.c | 55 area = get_vm_area_caller(count * PAGE_SIZE, VM_MAP, in rk_vmap_contig_pfn()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | ioremap.c | 281 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|