Searched refs:lookup_prev_stack_frame (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/microblaze/kernel/ |
D | unwind.c | 123 static int lookup_prev_stack_frame(unsigned long fp, unsigned long pc, in lookup_prev_stack_frame() function 262 if (lookup_prev_stack_frame(fp, pc, leaf_return, &next_fp, in microblaze_unwind_inner()
|
/linux-2.6.39/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 44 static int lookup_prev_stack_frame(unsigned long fp, unsigned long pc, in lookup_prev_stack_frame() function 278 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) { in sh64_unwind_inner()
|