Searched refs:within_module (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/include/linux/ |
D | module.h | 644 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function 799 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
|
/linux-6.6.21/kernel/ |
D | jump_label.c | 649 if (within_module((unsigned long)key, mod)) { in jump_label_add_module() 699 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
|
/linux-6.6.21/kernel/gcov/ |
D | gcc_4_7.c | 173 return within_module((unsigned long)info, mod); in gcov_info_within_module()
|
D | clang.c | 212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
|
/linux-6.6.21/kernel/module/ |
D | internal.h | 317 if (within_module(addr, mod)) in mod_find()
|
D | kallsyms.c | 367 if (within_module(addr, mod)) { in lookup_module_symbol_name()
|
D | main.c | 3289 BUG_ON(!within_module(addr, mod)); in __module_address()
|
/linux-6.6.21/arch/parisc/kernel/ |
D | module.c | 728 if (within_module(val, me)) { in apply_relocate_add() 787 if (within_module(val + addend, me)) { in apply_relocate_add()
|
/linux-6.6.21/kernel/trace/ |
D | ftrace.c | 6786 if (within_module(rec->ip, mod)) { in ftrace_release_mod() 6858 if (!within_module(rec->ip, mod)) in ftrace_module_enable()
|