Home
last modified time | relevance | path

Searched refs:remove_vm_area (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/nios2/mm/
Dioremap.c183 p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr)); in iounmap()
/linux-6.6.21/include/linux/
Dvmalloc.h214 extern struct vm_struct *remove_vm_area(const void *addr);
/linux-6.6.21/arch/sh/kernel/cpu/sh4/
Dsq.c232 vma = remove_vm_area((void *)(map->sq_addr & PAGE_MASK)); in sq_unmap()
/linux-6.6.21/arch/x86/mm/
Dioremap.c499 o = remove_vm_area((void __force *)addr); in iounmap()
/linux-6.6.21/mm/
Dvmalloc.c2684 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area() function
2824 vm = remove_vm_area(addr); in vfree()
2869 vm = remove_vm_area(addr); in vunmap()
3924 ret = remove_vm_area(area->addr); in free_vm_area()