Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Djump_label.c327 if (within_module(iter->key, mod)) { in jump_label_add_module()
365 if (within_module(iter->key, mod)) in jump_label_del_module()
Dmodule.c244 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()
/linux-4.4.14/include/linux/
Dmodule.h520 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function