Searched refs:within_module (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | module.h | 597 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 D | jump_label.c | 648 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 D | module.c | 227 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 D | gcc_4_7.c | 171 return within_module((unsigned long)info, mod); in gcov_info_within_module()
|
| H A D | clang.c | 251 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
|