Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/mm/
Dioremap.c184 p = remove_vm_area((void *)(vaddr & PAGE_MASK)); in iounmap()
/linux-5.19.10/arch/nios2/mm/
Dioremap.c183 p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr)); in iounmap()
/linux-5.19.10/include/linux/
Dvmalloc.h216 extern struct vm_struct *remove_vm_area(const void *addr);
/linux-5.19.10/arch/sh/kernel/cpu/sh4/
Dsq.c232 vma = remove_vm_area((void *)(map->sq_addr & PAGE_MASK)); in sq_unmap()
/linux-5.19.10/arch/x86/mm/
Dioremap.c485 o = remove_vm_area((void __force *)addr); in iounmap()
/linux-5.19.10/mm/
Dvmalloc.c2542 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area() function
2586 remove_vm_area(area->addr); in vm_remove_mappings()
3629 ret = remove_vm_area(area->addr); in free_vm_area()