Searched refs:within_module (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/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-v6.1/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 | 3054 BUG_ON(!within_module(addr, mod)); in __module_address()
|
| /Linux-v6.1/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-v6.1/kernel/gcov/ |
| D | gcc_4_7.c | 168 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()
|