Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/
Dioremap.c85 area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START, IOREMAP_END, caller); in do_ioremap()
/linux-6.1.9/arch/powerpc/kernel/
Dpci_64.c135 area = __get_vm_area_caller(size, 0, PHB_IO_BASE, PHB_IO_END, in ioremap_phb()
/linux-6.1.9/include/linux/
Dvmalloc.h211 extern struct vm_struct *__get_vm_area_caller(unsigned long size,
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dsq.c106 vma = __get_vm_area_caller(map->size, VM_ALLOC, map->sq_addr, in __sq_remap()
/linux-6.1.9/arch/sh/mm/
Dpmb.c446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000, in pmb_remap_caller()
/linux-6.1.9/mm/
Dvmalloc.c2524 struct vm_struct *__get_vm_area_caller(unsigned long size, unsigned long flags, in __get_vm_area_caller() function