Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/mm/
Dioremap.c129 p = remove_vm_area((void *)(vaddr & PAGE_MASK)); in __iounmap()
/Linux-v4.19/arch/nios2/mm/
Dioremap.c182 p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr)); in __iounmap()
/Linux-v4.19/include/linux/
Dvmalloc.h135 extern struct vm_struct *remove_vm_area(const void *addr);
/Linux-v4.19/arch/mips/mm/
Dioremap.c198 p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr)); in __iounmap()
/Linux-v4.19/arch/sh/kernel/cpu/sh4/
Dsq.c234 vma = remove_vm_area((void *)(map->sq_addr & PAGE_MASK)); in sq_unmap()
/Linux-v4.19/mm/
Dvmalloc.c1473 struct vm_struct *remove_vm_area(const void *addr) in remove_vm_area() function
1518 remove_vm_area(addr); in __vunmap()
1677 remove_vm_area(area->addr); in __vmalloc_area_node()
2352 ret = remove_vm_area(area->addr); in free_vm_area()
/Linux-v4.19/arch/x86/mm/
Dioremap.c428 o = remove_vm_area((void __force *)addr); in iounmap()