Searched refs:within_module (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | module.h | 603 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function 741 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
|
/linux-6.3-rc2/kernel/module/ |
A 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()
|
A D | internal.h | 214 if (within_module(addr, mod)) in mod_find()
|
A D | main.c | 3078 BUG_ON(!within_module(addr, mod)); in __module_address()
|
/linux-6.3-rc2/kernel/ |
A 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.3-rc2/kernel/gcov/ |
A D | gcc_4_7.c | 173 return within_module((unsigned long)info, mod); in gcov_info_within_module()
|
A D | clang.c | 212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
|
Completed in 35 milliseconds