table of contents
other versions
- stretch 4.9.168-1
UNMAP_KERNEL_RANGE(9) | Memory Management in Linux | UNMAP_KERNEL_RANGE(9) |
NAME¶
unmap_kernel_range - unmap kernel VM area and flush cache and TLBSYNOPSIS¶
void unmap_kernel_range(unsigned long addr, unsigned long size);
ARGUMENTS¶
addrstart of the VM area to unmap
size
size of the VM area to unmap
DESCRIPTION¶
Similar to unmap_kernel_range_noflush but flushes vcache before the unmapping and tlb after.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |