Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/
Dioremap.c84 area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START, IOREMAP_END, caller); in do_ioremap()
/Linux-v5.4/include/linux/
Dvmalloc.h150 extern struct vm_struct *__get_vm_area_caller(unsigned long size,
/Linux-v5.4/arch/sh/mm/
Dpmb.c446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000, in pmb_remap_caller()
/Linux-v5.4/mm/
Dvmalloc.c2082 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller() function