Home
last modified time | relevance | path

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

/linux-6.12.1/arch/nios2/mm/
Dioremap.c183 p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr)); in iounmap()
/linux-6.12.1/include/linux/
Dvmalloc.h249 extern struct vm_struct *remove_vm_area(const void *addr);
/linux-6.12.1/arch/sh/kernel/cpu/sh4/
Dsq.c232 vma = remove_vm_area((void *)(map->sq_addr & PAGE_MASK)); in sq_unmap()
/linux-6.12.1/arch/x86/mm/
Dioremap.c500 o = remove_vm_area((void __force *)addr); in iounmap()
/linux-6.12.1/mm/
Dvmalloc.c3203 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area() function
3343 vm = remove_vm_area(addr); in vfree()
3388 vm = remove_vm_area(addr); in vunmap()
4510 ret = remove_vm_area(area->addr); in free_vm_area()