Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmodule.h624 static inline bool within_module_core(unsigned long addr, in within_module_core() function
646 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()
787 static inline bool within_module_core(unsigned long addr, in within_module_core() function
/Linux-v6.6/arch/x86/kernel/
Dcallthunks.c106 if (mod && within_module_core((unsigned long)addr, mod)) in within_module_coretext()
/Linux-v6.6/arch/powerpc/kernel/
Dmodule_32.c166 if (within_module_core((unsigned long)location, mod)) in do_plt_call()
Dmodule_64.c1060 if (!within_module_core(addr, mod)) { in module_trampoline_target()
/Linux-v6.6/arch/ia64/kernel/
Dmodule.c497 return within_module_core(addr, mod); in in_core()
/Linux-v6.6/kernel/
Dkprobes.c2656 within_module_core((unsigned long)p->addr, mod))) { in kprobes_module_callback()
/Linux-v6.6/kernel/trace/
Dtrace.c3824 if (within_module_core(addr, event->module)) in trace_safe_str()