Home
last modified time | relevance | path

Searched refs:STACK_FRAME_LR_SAVE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dstacktrace.c51 ip = stack[STACK_FRAME_LR_SAVE]; in arch_stack_walk()
128 ip = stack[STACK_FRAME_LR_SAVE]; in arch_stack_walk_reliable()
/linux/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
/linux/arch/powerpc/perf/
H A Dcallchain.c80 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c438 ip = stack[STACK_FRAME_LR_SAVE]; in arch_bpf_stack_walk()