Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmodule.h670 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
827 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/linux-6.15/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-6.15/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()
/linux-6.15/kernel/module/
H A Dinternal.h313 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.c3727 BUG_ON(!within_module(addr, mod)); in __module_address()
/linux-6.15/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-6.15/kernel/trace/
H A Dfprobe.c459 if (!within_module(node->addr, mod)) in fprobe_remove_node_in_module()
H A Dftrace.c7416 if (within_module(rec->ip, mod)) { in ftrace_release_mod()
7491 if (!within_module(rec->ip, mod)) in ftrace_module_enable()