Home
last modified time | relevance | path

Searched refs:STACK_FRAME_LR_SAVE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dstacktrace.c42 ip = stack[STACK_FRAME_LR_SAVE]; in save_context_stack()
179 ip = stack[STACK_FRAME_LR_SAVE]; in __save_stack_trace_tsk_reliable()
H A Dprocess.c2116 ip = READ_ONCE_NOCHECK(((unsigned long *)sp)[STACK_FRAME_LR_SAVE]); in __get_wchan()
2171 ip = stack[STACK_FRAME_LR_SAVE]; in show_stack()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dstacktrace.c50 ip = stack[STACK_FRAME_LR_SAVE]; in arch_stack_walk()
127 ip = stack[STACK_FRAME_LR_SAVE]; in arch_stack_walk_reliable()
H A Dprocess.c1834 ((unsigned long *)sp)[STACK_FRAME_LR_SAVE] = (unsigned long)f; in copy_thread()
2239 ip = READ_ONCE_NOCHECK(((unsigned long *)sp)[STACK_FRAME_LR_SAVE]); in ___get_wchan()
2311 ip = stack[STACK_FRAME_LR_SAVE]; in show_stack()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dptrace.h84 #define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */ macro
105 #define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dptrace.h121 #define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */ macro
153 #define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */ macro
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcallchain.c80 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dcallchain.c80 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c1632 #define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c1722 #define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))

Completed in 16 milliseconds