Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmodule.h659 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
814 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/linux/kernel/
A Djump_label.c726 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/
A Dgcc_4_7.c175 return within_module((unsigned long)info, mod); in gcov_info_within_module()
A Dclang.c212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
/linux/kernel/module/
A Dinternal.h317 if (within_module(addr, mod)) in mod_find()
A Dkallsyms.c366 if (within_module(addr, mod)) { in lookup_module_symbol_name()
A Dmain.c3340 BUG_ON(!within_module(addr, mod)); in __module_address()
/linux/arch/parisc/kernel/
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/
A Dftrace.c7300 if (within_module(rec->ip, mod)) { in ftrace_release_mod()
7375 if (!within_module(rec->ip, mod)) in ftrace_module_enable()

Completed in 35 milliseconds