Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dstacktrace.c87 const void __user *next_fp; member
119 frame.next_fp = NULL; in __save_stack_trace_user()
129 if (fp == frame.next_fp) in __save_stack_trace_user()
131 fp = frame.next_fp; in __save_stack_trace_user()
/linux-3.4.99/arch/microblaze/kernel/
Dunwind.c200 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local
263 if (lookup_prev_stack_frame(fp, pc, leaf_return, &next_fp, in microblaze_unwind_inner()
267 fp = next_fp; in microblaze_unwind_inner()
275 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()
/linux-3.4.99/arch/sh/kernel/cpu/sh5/
Dunwind.c233 unsigned long next_fp, next_pc; in sh64_unwind_inner() local
278 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) { in sh64_unwind_inner()
281 fp = next_fp; in sh64_unwind_inner()
/linux-3.4.99/arch/tile/kernel/
Dbacktrace.c630 unsigned long next_fp, next_pc; in backtrace_next() local
644 next_fp = next_frame[1]; in backtrace_next()
646 next_fp % sizeof(bt_int_reg_t) != 0) { in backtrace_next()
675 state->fp = next_fp; in backtrace_next()