Man Page: unmap_kernel_range_noflush
Operating Environment: centos
Section: 9
UNMAP_KERNEL_RANGE_N(9) Memory Management in Linux UNMAP_KERNEL_RANGE_N(9)NAMEunmap_kernel_range_noflush - unmap kernel VM areaSYNOPSISvoid unmap_kernel_range_noflush(unsigned long addr, unsigned long size);ARGUMENTSaddr start of the VM area to unmap size size of the VM area to unmapDESCRIPTIONUnmap PFN_UP(size) pages at addr. The VM area addr and size specify should have been allocated using get_vm_area and its friends.NOTEThis function does NOT do any cache flushing. The caller is responsible for calling flush_cache_vunmap on to-be-mapped areas before calling this function and flush_tlb_kernel_range after.COPYRIGHTKernel Hackers Manual 3.10 June 2014 UNMAP_KERNEL_RANGE_N(9)
| Related Man Pages |
|---|
| inb(2) - centos |
| remap_file_pages(2) - centos |
| brk(2) - ultrix |
| munmap(2) - ultrix |
| munlock(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Set hard block limit for user using quota |
| Tar Command |
| Controlling user input |