Searched refs:in_entry_text (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dsections.h14 static inline bool in_entry_text(unsigned long addr) function
H A Dstacktrace.h41 frame->ex_frame = in_entry_text(frame->pc);
/linux-master/arch/arm/kernel/
H A Dstacktrace.c122 if (in_entry_text(frame->pc))
158 frame->ex_frame = in_entry_text(frame->pc);
H A Dtraps.c93 if (in_entry_text(from) && end <= ALIGN(frame, THREAD_SIZE))
/linux-master/arch/arm64/include/asm/
H A Dtraps.h45 static inline int in_entry_text(unsigned long ptr) function
/linux-master/arch/arm/probes/kprobes/
H A Dcore.c482 in_entry_text(addr) ||

Completed in 122 milliseconds