Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmodule.h597 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
754 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/OK3568_Linux_fs/kernel/kernel/
H A 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()
H A Dmodule.c227 if (within_module(addr, mod)) in mod_find()
4357 if (within_module(addr, mod)) { in lookup_module_symbol_name()
4383 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
4719 BUG_ON(!within_module(addr, mod)); in __module_address()
/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dgcc_4_7.c171 return within_module((unsigned long)info, mod); in gcov_info_within_module()
H A Dclang.c251 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()