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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dstacktrace.c100 const void __user *next_fp; member in struct:stack_frame_user
132 frame.next_fp = NULL;
142 if (fp == frame.next_fp)
144 fp = frame.next_fp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dunwind.c199 unsigned long next_fp, next_pc = 0; local
262 if (lookup_prev_stack_frame(fp, pc, leaf_return, &next_fp,
266 fp = next_fp;
274 (void *)next_pc, (void *)next_fp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dbacktrace.c629 VirtualAddress next_fp, next_pc; local
643 next_fp = next_frame[1];
645 next_fp % sizeof(bt_int_reg_t) != 0) {
674 state->fp = next_fp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dunwind.c233 unsigned long next_fp, next_pc; local
278 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) {
281 fp = next_fp;

Completed in 117 milliseconds