Searched refs:within_module_core (Results 1 – 6 of 6) sorted by relevance
639 static inline bool within_module_core(unsigned long addr, in within_module_core() function661 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()802 static inline bool within_module_core(unsigned long addr, in within_module_core() function
103 if (mod && within_module_core((unsigned long)addr, mod)) in within_module_coretext()
166 if (within_module_core((unsigned long)location, mod)) in do_plt_call()
1059 if (!within_module_core(addr, mod)) { in module_trampoline_target()
2656 within_module_core((unsigned long)p->addr, mod))) { in kprobes_module_callback()
3665 if (within_module_core(addr, event->module)) in trace_safe_str()
Completed in 34 milliseconds