Unmap kernel vm area and flush cache and tlb
void unmap_kernel_range(unsigned long addr, unsigned long size);
addr
start of the VM area to unmap
size
size of the VM area to unmap
Similar to unmap_kernel_range_noflush but flushes vcache before the unmapping and tlb after.