Searched refs:within_module_core (Results 1 – 3 of 3) sorted by relevance
644 static inline bool within_module_core(unsigned long addr, in within_module_core() function666 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()817 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()
3634 if (within_module_core(addr, event->module)) in trace_safe_str()