Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmodule.h589 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
746 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/kernel/linux/linux-5.10/kernel/
Djump_label.c648 if (within_module((unsigned long)key, mod)) { in jump_label_add_module()
698 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
Dmodule.c224 if (within_module(addr, mod)) in mod_find()
4325 if (within_module(addr, mod)) { in lookup_module_symbol_name()
4351 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
4691 BUG_ON(!within_module(addr, mod)); in __module_address()
/kernel/linux/linux-5.10/kernel/gcov/
Dgcc_4_7.c176 return within_module((unsigned long)info, mod); in gcov_info_within_module()
Dclang.c251 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()