Searched refs:graph_idx (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | unwind.h | 40 int graph_idx; member 50 ip = ftrace_graph_ret_addr(state->task, &state->graph_idx, ip, (void *)state->sp); in unwind_recover_ret_addr()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | unwind.h | 26 int graph_idx; member 52 return ftrace_graph_ret_addr(state->task, &state->graph_idx, in unwind_graph_addr()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | unwind.h | 18 int graph_idx; member 125 ret = ftrace_graph_ret_addr(state->task, &state->graph_idx, in unwind_recover_ret_addr()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | stacktrace.c | 72 int graph_idx = 0; in arch_stack_walk_reliable() local 135 ip = ftrace_graph_ret_addr(task, &graph_idx, ip, stack); in arch_stack_walk_reliable()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | stacktrace.c | 35 int graph_idx = 0; in walk_stackframe() local 72 pc = ftrace_graph_ret_addr(current, &graph_idx, frame->ra, in walk_stackframe()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | dumpstack.c | 192 int graph_idx = 0; in show_trace_log_lvl() local 281 real_addr = ftrace_graph_ret_addr(task, &graph_idx, in show_trace_log_lvl()
|
H A D | unwind_frame.c | 46 state->stack_mask, state->graph_idx); in unwind_dump()
|
H A D | unwind_orc.c | 60 state->stack_mask, state->graph_idx); in unwind_dump()
|