Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:59:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:s_module_text_address - is this address inside module code?*@addr: the address to check.* See is_module_address() if you simply want to see if the address is* anywhere in a module. See kernel_text_address() for testing if an
Proto:bool is_module_text_address(unsigned long addr)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr |
4500 | preempt_enable() |
4502 | Return ret |
Name | Describe |
---|---|
func_ptr_is_kernel_text | On some architectures (PPC64, IA64) function pointers* are actually only tokens to some data that then holds the* real function address. As a result, to find if a function* pointer is part of the kernel text, we need to do some |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |