Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmodule.h582 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
724 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/linux/arch/arm64/kernel/
A Dftrace.c219 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
/linux/kernel/
A Djump_label.c650 if (within_module((unsigned long)key, mod)) { in jump_label_add_module()
700 if (within_module((unsigned long)key, mod)) in jump_label_del_module()
A Dmodule.c224 if (within_module(addr, mod)) in mod_find()
4362 if (within_module(addr, mod)) { in lookup_module_symbol_name()
4388 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
4732 BUG_ON(!within_module(addr, mod)); in __module_address()
/linux/kernel/gcov/
A Dgcc_4_7.c161 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()

Completed in 21 milliseconds