Name

unmap_kernel_range — unmap kernel VM area and flush cache and TLB

Synopsis

void unmap_kernel_range (unsigned long addr,
 unsigned long size);
 

Arguments

unsigned long addr

start of the VM area to unmap

unsigned long size

size of the VM area to unmap

Description

Similar to unmap_kernel_range_noflush but flushes vcache before the unmapping and tlb after.