Searched refs:STACK_FRAME_LR_SAVE (Results 1 – 5 of 5) sorted by relevance
61 #define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */ macro74 #define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */ macro
33 ip = stack[STACK_FRAME_LR_SAVE]; in save_context_stack()
85 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
1101 ip = ((unsigned long *)sp)[STACK_FRAME_LR_SAVE]; in get_wchan()1147 ip = stack[STACK_FRAME_LR_SAVE]; in show_stack()
1288 #define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))