Searched refs:within_module (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | module.h | 664 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function 829 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
|
/linux/kernel/ |
H A D | jump_label.c | 726 if (within_module((unsigned long)key, mod)) { in jump_label_add_module() 786 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
|
/linux/kernel/gcov/ |
H A D | gcc_4_7.c | 175 return within_module((unsigned long)info, mod);
|
H A D | clang.c | 212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
|
/linux/arch/parisc/kernel/ |
H A D | module.c | 716 if (within_module(val, me)) { in apply_relocate_add() 775 if (within_module(val + addend, me)) { in apply_relocate_add()
|
/linux/kernel/module/ |
H A D | kallsyms.c | 366 if (within_module(addr, mod)) { in lookup_module_symbol_name()
|
/linux/kernel/trace/ |
H A D | ftrace.c | 7314 if (within_module(rec->ip, mod)) { in ftrace_release_mod() 7389 if (!within_module(rec->ip, mod)) in ftrace_module_enable()
|