Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\vmalloc.c Create Date:2022-07-28 14:59:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:vm_unmap_aliases - unmap outstanding lazy aliases in the vmap layer* The vmap/vmalloc layer lazily flushes kernel virtual mappings primarily* to amortize TLB flushing overheads

Proto:void vm_unmap_aliases(void)

Type:void

Parameter:Nothing

1758  start = ULONG_MAX , end = 0
1759  flush = 0
1761  _vm_unmap_aliases(start, end, flush)
Caller
NameDescribe
vm_remove_mappingsHandle removing and resetting vm mappings related to the vm_struct.