Searched refs:within_module (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
H A D | module.h | 655 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function 812 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
|
/linux/kernel/ |
H A D | jump_label.c | 725 if (within_module((unsigned long)key, mod)) { in jump_label_add_module() 785 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
|
/linux/kernel/gcov/ |
H A D | gcc_4_7.c | 171 return within_module((unsigned long)info, mod); in gcov_info_within_module()
|
/linux/kernel/module/ |
H A D | internal.h | 323 if (within_module(addr, mod)) in mod_find()
|
H A D | kallsyms.c | 361 if (within_module(addr, mod)) { in lookup_module_symbol_name()
|
H A D | main.c | 3828 BUG_ON(!within_module(addr, mod)); in __module_address()
|
/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/trace/ |
H A D | fprobe.c | 459 if (!within_module(node->addr, mod)) in fprobe_remove_node_in_module()
|
H A D | trace_fprobe.c | 1055 return within_module(tracepoint_user_ip(tuser), mod); in tracepoint_user_within_module()
|
H A D | ftrace.c | 7460 if (within_module(rec->ip, mod)) { in ftrace_release_mod() 7535 if (!within_module(rec->ip, mod)) in ftrace_module_enable()
|