Home
last modified time | relevance | path

Searched refs:within_module (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/linux/
Dmodule.h595 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/
Dkallsyms.c370 if (within_module(addr, mod)) { in lookup_module_symbol_name()
396 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
Dinternal.h214 if (within_module(addr, mod)) in mod_find()
Dmain.c3070 BUG_ON(!within_module(addr, mod)); in __module_address()
/linux-6.1.9/kernel/
Djump_label.c621 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/
Dgcc_4_7.c173 return within_module((unsigned long)info, mod); in gcov_info_within_module()
Dclang.c212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()