Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
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()
Dpci_64.c143 vunmap_range(addr, addr + size); in ioremap_phb()
/linux-6.12.1/include/linux/
Dvmalloc.h274 void vunmap_range(unsigned long addr, unsigned long end);
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dcachetlb.rst184 第二个是在vunmap_range()删除页表项之前调用的。
/linux-6.12.1/arch/arm64/mm/
Dinit.c430 vunmap_range((u64)__init_begin, (u64)__init_end); in free_initmem()
/linux-6.12.1/Documentation/core-api/
Dcachetlb.rst222 before vunmap_range() deletes the page table entries.
/linux-6.12.1/mm/
Dvmalloc.c479 void vunmap_range(unsigned long addr, unsigned long end) in vunmap_range() function
715 vunmap_range(start, end); in vm_area_unmap_pages()
/linux-6.12.1/drivers/pci/
Dpci.c4273 vunmap_range(vaddr, vaddr + resource_size(res)); in pci_unmap_iospace()