Query: vm_unmap_aliases
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VM_UNMAP_ALIASES(9) Memory Management in Linux VM_UNMAP_ALIASES(9)NAMEvm_unmap_aliases - unmap outstanding lazy aliases in the vmap layerSYNOPSISvoid vm_unmap_aliases(void);ARGUMENTSvoid no argumentsDESCRIPTIONThe vmap/vmalloc layer lazily flushes kernel virtual mappings primarily to amortize TLB flushing overheads. What this means is that any page you have now, may, in a former life, have been mapped into kernel virtual address by the vmap layer and so there might be some CPUs with TLB entries still referencing that page (additional to the regular 1:1 kernel mapping). vm_unmap_aliases flushes all such lazy mappings. After it returns, we can be sure that none of the pages we have control over will have any aliases from the vmap layer.COPYRIGHTKernel Hackers Manual 3.10 June 2014 VM_UNMAP_ALIASES(9)
Related Man Pages |
---|
sf_buf_alloc(9) - debian |
sf_buf_page(9) - debian |
get_user_pages(9) - suse |
sf_buf_kva(9) - freebsd |
fann_set_activation_steepness_layer(3) - php |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
Controlling user input |
[TIP] Processing YAML files with yq |