函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\module.c Create Date:2022-07-27 12:00:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:s_module_address - is this address inside a module?*@addr: the address to check.* See is_module_text_address() if you simply want to see if the address* is code (not data).

函数原型:bool is_module_address(unsigned long addr)

返回类型:bool

参数:

类型参数名称
unsigned longaddr
4453  禁止抢占()
4454  ret = __module_address - get the module which contains an address.*@addr: the address.* Must be called with preempt disabled or module mutex held so that* module doesn't get freed during this. != NULL
4455  禁用抢占和中断()
4457  返回:ret
调用者
名称描述
static_objIs this the address of a static object:
kernel_or_module_addr