Searched refs:within_module (Results 1 – 3 of 3) sorted by relevance
327 if (within_module(iter->key, mod)) { in jump_label_add_module()365 if (within_module(iter->key, mod)) in jump_label_del_module()
244 if (within_module(addr, mod)) in mod_find()3753 if (within_module(addr, mod)) { in lookup_module_symbol_name()3778 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()4051 BUG_ON(!within_module(addr, mod)); in __module_address()
520 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function