Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:re_kernel_data - tell if addr points to kernel data*@addr: address to test* Returns true if @addr passed in is from the core kernel data* section.* Note: On some archs it may return true for core RODATA, and false* for others

Proto:int core_kernel_data(unsigned long addr)

Type:int

Parameter:

TypeParameterName
unsigned longaddr
96  If addr >= _sdata && addr < _edata Then Return 1
99  Return 0
Caller
NameDescribe
__register_ftrace_function