Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmodule.h644 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
799 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/openbmc/linux/kernel/
H A Djump_label.c684 if (within_module((unsigned long)key, mod)) { in jump_label_add_module()
734 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
/openbmc/linux/kernel/gcov/
H A Dgcc_4_7.c175 return within_module((unsigned long)info, mod); in gcov_info_within_module()
H A Dclang.c212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
/openbmc/linux/kernel/module/
H A Dinternal.h317 if (within_module(addr, mod)) in mod_find()
H A Dkallsyms.c367 if (within_module(addr, mod)) { in lookup_module_symbol_name()
H A Dmain.c3317 BUG_ON(!within_module(addr, mod)); in __module_address()
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c728 if (within_module(val, me)) { in apply_relocate_add()
787 if (within_module(val + addend, me)) { in apply_relocate_add()
/openbmc/linux/kernel/trace/
H A Dftrace.c6791 if (within_module(rec->ip, mod)) { in ftrace_release_mod()
6866 if (!within_module(rec->ip, mod)) in ftrace_module_enable()