Searched refs:next_fp (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/x86/kernel/ |
D | stacktrace.c | 100 const void __user *next_fp; member 132 frame.next_fp = NULL; in __save_stack_trace_user() 142 if (fp == frame.next_fp) in __save_stack_trace_user() 144 fp = frame.next_fp; in __save_stack_trace_user()
|
/linux-2.6.39/arch/microblaze/kernel/ |
D | unwind.c | 199 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local 262 if (lookup_prev_stack_frame(fp, pc, leaf_return, &next_fp, in microblaze_unwind_inner() 266 fp = next_fp; in microblaze_unwind_inner() 274 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()
|
/linux-2.6.39/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 233 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-2.6.39/arch/tile/kernel/ |
D | backtrace.c | 638 VirtualAddress next_fp, next_pc; in backtrace_next() local 652 next_fp = next_frame[1]; in backtrace_next() 654 next_fp % sizeof(bt_int_reg_t) != 0) { in backtrace_next() 683 state->fp = next_fp; in backtrace_next()
|