Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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
/linux-6.6.21/kernel/
Djump_label.c649 if (within_module((unsigned long)key, mod)) { in jump_label_add_module()
699 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
/linux-6.6.21/kernel/gcov/
Dgcc_4_7.c173 return within_module((unsigned long)info, mod); in gcov_info_within_module()
Dclang.c212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
/linux-6.6.21/kernel/module/
Dinternal.h317 if (within_module(addr, mod)) in mod_find()
Dkallsyms.c367 if (within_module(addr, mod)) { in lookup_module_symbol_name()
Dmain.c3289 BUG_ON(!within_module(addr, mod)); in __module_address()
/linux-6.6.21/arch/parisc/kernel/
Dmodule.c728 if (within_module(val, me)) { in apply_relocate_add()
787 if (within_module(val + addend, me)) { in apply_relocate_add()
/linux-6.6.21/kernel/trace/
Dftrace.c6786 if (within_module(rec->ip, mod)) { in ftrace_release_mod()
6858 if (!within_module(rec->ip, mod)) in ftrace_module_enable()