centos man page for unmap_kernel_range_noflush

Query: unmap_kernel_range_noflush

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNMAP_KERNEL_RANGE_N(9) 				    Memory Management in Linux					   UNMAP_KERNEL_RANGE_N(9)

NAME
unmap_kernel_range_noflush - unmap kernel VM area
SYNOPSIS
void unmap_kernel_range_noflush(unsigned long addr, unsigned long size);
ARGUMENTS
addr start of the VM area to unmap size size of the VM area to unmap
DESCRIPTION
Unmap PFN_UP(size) pages at addr. The VM area addr and size specify should have been allocated using get_vm_area and its friends.
NOTE
This 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 UNMAP_KERNEL_RANGE_N(9)
Related Man Pages
brk(2) - bsd
remap_file_pages(2) - debian
brk(2) - ultrix
mlock(3) - osf1
munmap(2) - sunos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
Shopt -s histappend
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!