Home
last modified time | relevance | path

Searched refs:within_module_core (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmodule.h635 static inline bool within_module_core(unsigned long addr, in within_module_core() function
657 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()
800 static inline bool within_module_core(unsigned long addr, in within_module_core() function
/linux/arch/powerpc/kernel/
H A Dmodule_32.c166 if (within_module_core((unsigned long)location, mod)) in do_plt_call()
H A Dmodule_64.c1089 if (!within_module_core(addr, mod)) { in module_trampoline_target()
/linux/kernel/trace/
H A Dtrace.c3687 if (within_module_core(addr, event->module)) in trace_safe_str()