Home
last modified time | relevance | path

Searched refs:get_vm_area_caller (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dioremap.c50 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dioremap.c129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvmalloc.h163 extern struct vm_struct *get_vm_area_caller(unsigned long size,
/OK3568_Linux_fs/kernel/mm/
H A Dioremap.c269 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
H A Dvmalloc.c2128 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 Dioremap.c292 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 Drk-dma-heap.c55 area = get_vm_area_caller(count * PAGE_SIZE, VM_MAP, in rk_vmap_contig_pfn()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dioremap.c281 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()