Home
last modified time | relevance | path

Searched refs:__get_vm_area_caller (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dvmalloc.h116 extern struct vm_struct *__get_vm_area_caller(unsigned long size,
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c227 area = __get_vm_area_caller(size, VM_IOREMAP, in __ioremap_caller()
/linux-4.4.14/arch/sh/mm/
Dpmb.c446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000, in pmb_remap_caller()
/linux-4.4.14/mm/
Dvmalloc.c1372 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller() function