Searched refs:within_module (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/arm64/kernel/ | 
| D | ftrace.c | 187 		    !within_module(pc + aarch64_get_branch_offset(replaced),  in ftrace_make_nop()
 | 
| /Linux-v5.4/include/linux/ | 
| D | module.h | 553 static inline bool within_module(unsigned long addr, const struct module *mod)  in within_module()  function731 static inline bool within_module(unsigned long addr, const struct module *mod)  in within_module()  function
 
 | 
| /Linux-v5.4/kernel/ | 
| D | jump_label.c | 632 		if (within_module((unsigned long)key, mod)) {  in jump_label_add_module()682 		if (within_module((unsigned long)key, mod))  in jump_label_del_module()
 
 | 
| D | module.c | 218 		if (within_module(addr, mod))  in mod_find()4141 		if (within_module(addr, mod)) {  in lookup_module_symbol_name()
 4167 		if (within_module(addr, mod)) {  in lookup_module_symbol_attrs()
 4472 		BUG_ON(!within_module(addr, mod));  in __module_address()
 
 | 
| /Linux-v5.4/kernel/gcov/ | 
| D | gcc_3_4.c | 149 	return within_module((unsigned long)info, mod);  in gcov_info_within_module()
 | 
| D | gcc_4_7.c | 162 	return within_module((unsigned long)info, mod);  in gcov_info_within_module()
 | 
| D | clang.c | 221 	return within_module((unsigned long)info->filename, mod);  in gcov_info_within_module()
 |