函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\internal.h Create Date:2022-07-27 07:09:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Executable code area - executable, not writable, not stack

函数原型:static inline bool is_exec_mapping(vm_flags_t flags)

返回类型:bool

参数:

类型参数名称
vm_flags_tflags
272  返回:flags按位与VM_EXEC按位或VM_WRITE按位或VM_STACK的值的值恒等于VM_EXEC
调用者
名称描述
vm_stat_account