Searched refs:within_module_mem_type (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | ftrace.c | 266 if (within_module_mem_type(addr, mod, MOD_INIT_TEXT)) in get_ftrace_plt() 268 else if (within_module_mem_type(addr, mod, MOD_TEXT)) in get_ftrace_plt()
|
| /linux/include/linux/ |
| H A D | module.h | 627 static inline bool within_module_mem_type(unsigned long addr, in within_module_mem_type() function 642 if (within_module_mem_type(addr, mod, type)) in within_module_core() 652 if (within_module_mem_type(addr, mod, type)) in within_module_init()
|
| /linux/kernel/module/ |
| H A D | main.c | 3886 if (!within_module_mem_type(addr, mod, MOD_TEXT) && in __module_text_address() 3887 !within_module_mem_type(addr, mod, MOD_INIT_TEXT)) in __module_text_address()
|