Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmodule.h655 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 Djump_label.c725 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 Dgcc_4_7.c171 return within_module((unsigned long)info, mod); in gcov_info_within_module()
/linux/kernel/module/
H A Dinternal.h323 if (within_module(addr, mod)) in mod_find()
H A Dkallsyms.c361 if (within_module(addr, mod)) { in lookup_module_symbol_name()
H A Dmain.c3828 BUG_ON(!within_module(addr, mod)); in __module_address()
/linux/arch/parisc/kernel/
H A Dmodule.c716 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 Dfprobe.c459 if (!within_module(node->addr, mod)) in fprobe_remove_node_in_module()
H A Dtrace_fprobe.c1055 return within_module(tracepoint_user_ip(tuser), mod); in tracepoint_user_within_module()
H A Dftrace.c7460 if (within_module(rec->ip, mod)) { in ftrace_release_mod()
7535 if (!within_module(rec->ip, mod)) in ftrace_module_enable()