Searched refs:next_fp (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/openrisc/kernel/ |
D | unwinder.c | 63 unsigned long *next_fp = NULL; in unwind_stack() local 74 (next_fp == NULL || in unwind_stack() 75 next_fp == &frameinfo->top)) { in unwind_stack() 77 next_fp = frameinfo->fp; in unwind_stack()
|
/Linux-v5.4/arch/x86/kernel/ |
D | stacktrace.c | 94 const void __user *next_fp; member 126 frame.next_fp = NULL; in arch_stack_walk_user() 136 fp = frame.next_fp; in arch_stack_walk_user()
|
/Linux-v5.4/arch/microblaze/kernel/ |
D | unwind.c | 201 unsigned long next_fp, next_pc = 0; in microblaze_unwind_inner() local 264 if (lookup_prev_stack_frame(fp, pc, leaf_return, &next_fp, in microblaze_unwind_inner() 268 fp = next_fp; in microblaze_unwind_inner() 276 (void *)next_pc, (void *)next_fp); in microblaze_unwind_inner()
|
/Linux-v5.4/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 237 unsigned long next_fp, next_pc; in sh64_unwind_inner() local 281 if (lookup_prev_stack_frame(fp, pc, &next_fp, &next_pc, regs) == 0) { in sh64_unwind_inner() 284 fp = next_fp; in sh64_unwind_inner()
|
/Linux-v5.4/arch/nds32/kernel/ |
D | traps.c | 120 unsigned long next_fp; in __dump() local 122 next_fp = base_reg[FP_OFFSET]; in __dump() 131 base_reg = (unsigned long *)next_fp; in __dump()
|