Searched refs:STACK_FRAME_LR_SAVE (Results 1 – 5 of 5) sorted by relevance
40 ip = stack[STACK_FRAME_LR_SAVE]; in save_context_stack()177 ip = stack[STACK_FRAME_LR_SAVE]; in __save_stack_trace_tsk_reliable()
2100 ip = ((unsigned long *)sp)[STACK_FRAME_LR_SAVE]; in __get_wchan()2155 ip = stack[STACK_FRAME_LR_SAVE]; in show_stack()
80 #define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */ macro101 #define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */ macro
79 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
1632 #define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))