Searched refs:within_module_core (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | module.h | 624 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 D | callthunks.c | 106 if (mod && within_module_core((unsigned long)addr, mod)) in within_module_coretext()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_32.c | 166 if (within_module_core((unsigned long)location, mod)) in do_plt_call()
|
H A D | module_64.c | 1060 if (!within_module_core(addr, mod)) { in module_trampoline_target()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | module.c | 497 return within_module_core(addr, mod); in in_core()
|
/openbmc/linux/kernel/ |
H A D | kprobes.c | 2668 within_module_core((unsigned long)p->addr, mod))) { in kprobes_module_callback()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.c | 3802 if (within_module_core(addr, event->module)) in trace_safe_str()
|