Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dftrace.c218 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
/Linux-v5.10/include/linux/
Dmodule.h580 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
737 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/Linux-v5.10/kernel/
Djump_label.c638 if (within_module((unsigned long)key, mod)) { in jump_label_add_module()
688 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
Dmodule.c224 if (within_module(addr, mod)) in mod_find()
4196 if (within_module(addr, mod)) { in lookup_module_symbol_name()
4222 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
4528 BUG_ON(!within_module(addr, mod)); in __module_address()
/Linux-v5.10/kernel/gcov/
Dgcc_4_7.c164 return within_module((unsigned long)info, mod); in gcov_info_within_module()
Dclang.c221 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()