Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmodule.h568 static inline bool within_module_core(unsigned long addr, in within_module_core() function
584 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()
712 static inline bool within_module_core(unsigned long addr, in within_module_core() function
/linux/arch/powerpc/kernel/
A Dmodule_64.c757 if (!within_module_core(addr, mod)) { in module_trampoline_target()
/linux/kernel/
A Dkprobes.c2499 within_module_core((unsigned long)p->addr, mod))) { in kprobes_module_callback()
/linux/kernel/trace/
A Dftrace.c6651 if (within_module_core(rec->ip, mod) || in ftrace_release_mod()
6724 if (!within_module_core(rec->ip, mod) && in ftrace_module_enable()
A Dtrace.c3690 if (within_module_core(addr, event->module)) in trace_safe_str()

Completed in 41 milliseconds