Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Executable code area - executable, not writable, not stack

Proto:static inline bool is_exec_mapping(vm_flags_t flags)

Type:bool

Parameter:

TypeParameterName
vm_flags_tflags
272  Return (flags & ( VM_EXEC | VM_WRITE | VM_STACK)) == VM_EXEC
Caller
NameDescribe
vm_stat_account