Searched refs:within_module (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/linux/ |
D | module.h | 595 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function 733 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
|
/linux-6.1.9/kernel/module/ |
D | kallsyms.c | 370 if (within_module(addr, mod)) { in lookup_module_symbol_name() 396 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
|
D | internal.h | 214 if (within_module(addr, mod)) in mod_find()
|
D | main.c | 3070 BUG_ON(!within_module(addr, mod)); in __module_address()
|
/linux-6.1.9/kernel/ |
D | jump_label.c | 621 if (within_module((unsigned long)key, mod)) { in jump_label_add_module() 671 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
|
/linux-6.1.9/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()
|