Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:map_kernel_range_noflush - unmap kernel VM area*@addr: start of the VM area to unmap*@size: size of the VM area to unmap* Unmap PFN_UP(@size) pages at @addr. The VM area @addr and @size* specify should have been allocated using get_vm_area() and its

Proto:void unmap_kernel_range_noflush(unsigned long addr, unsigned long size)

Type:void

Parameter:

TypeParameterName
unsigned longaddr
unsigned longsize
2022  vunmap_page_range(addr, addr + size)