Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmodule.h576 static inline bool within_module_core(unsigned long addr, in within_module_core() function
597 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()
721 static inline bool within_module_core(unsigned long addr, in within_module_core() function
/linux-6.1.9/arch/powerpc/kernel/
Dmodule_64.c750 if (!within_module_core(addr, mod)) { in module_trampoline_target()
/linux-6.1.9/kernel/
Dkprobes.c2648 within_module_core((unsigned long)p->addr, mod))) { in kprobes_module_callback()
/linux-6.1.9/kernel/trace/
Dftrace.c6956 if (within_module_core(rec->ip, mod) || in ftrace_release_mod()
7029 if (!within_module_core(rec->ip, mod) && in ftrace_module_enable()
Dtrace.c3748 if (within_module_core(addr, event->module)) in trace_safe_str()