Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c106 if (mod && within_module_core((unsigned long)addr, mod)) in within_module_coretext()
/openbmc/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.c1060 if (!within_module_core(addr, mod)) { in module_trampoline_target()
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c497 return within_module_core(addr, mod); in in_core()
/openbmc/linux/kernel/
H A Dkprobes.c2668 within_module_core((unsigned long)p->addr, mod))) { in kprobes_module_callback()
/openbmc/linux/kernel/trace/
H A Dtrace.c3802 if (within_module_core(addr, event->module)) in trace_safe_str()