Home
last modified time | relevance | path

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

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

Completed in 35 milliseconds