Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Disa-bridge.c51 vunmap_range(ISA_IO_BASE, ISA_IO_BASE + size); in remap_isa_base()
223 vunmap_range(ISA_IO_BASE, ISA_IO_BASE + 0x10000); in isa_bridge_remove()
H A Dpci_64.c143 vunmap_range(addr, addr + size); in ioremap_phb()
/linux/include/linux/
H A Dvmalloc.h295 void vunmap_range(unsigned long addr, unsigned long end);
/linux/arch/arm64/mm/
H A Dinit.c405 vunmap_range((u64)__init_begin, (u64)__init_end); in free_initmem()
/linux/Documentation/core-api/
H A Dcachetlb.rst222 before vunmap_range() deletes the page table entries.
/linux/mm/
H A Dvmalloc.c513 void vunmap_range(unsigned long addr, unsigned long end) in vunmap_range() function
770 vunmap_range(start, end); in vm_area_unmap_pages()