Searched refs:within_module (Results 1 – 5 of 5) sorted by relevance
147 if (within_module((unsigned long)info, mod)) { in gcov_module_notifier()
176 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
568 if (within_module(iter->key, mod)) { in jump_label_add_module()618 if (within_module(iter->key, mod)) in jump_label_del_module()
225 if (within_module(addr, mod)) in mod_find()3997 if (within_module(addr, mod)) { in lookup_module_symbol_name()4022 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()4320 BUG_ON(!within_module(addr, mod)); in __module_address()
521 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function