Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\mmu_context.h Create Date:2022-07-28 05:55:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:arch_unmap

Proto:static inline void arch_unmap(struct mm_struct *mm, unsigned long start, unsigned long end)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
unsigned longstart
unsigned longend
303  If Value for the false possibility is greater at compile time(This macro is for detection of features which need kernel* infrastructure to be used(Memory Protection Extension )) Then mpx_notify_unmap(mm, start, end)
Caller
NameDescribe
__do_munmapMunmap is split into 2 main parts -- this part which finds* what needs doing, and the areas themselves, which do the* work. This now handles partial unmappings.* Jeremy Fitzhardinge