Searched refs:STACK_FRAME_LR_SAVE (Results 1 – 5 of 5) sorted by relevance
45 #define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */ macro66 #define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */ macro
40 ip = stack[STACK_FRAME_LR_SAVE]; in save_context_stack()162 ip = stack[STACK_FRAME_LR_SAVE]; in save_stack_trace_tsk_reliable()
2042 ip = ((unsigned long *)sp)[STACK_FRAME_LR_SAVE]; in get_wchan()2081 ip = stack[STACK_FRAME_LR_SAVE]; in show_stack()
86 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
1496 #define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))