Searched refs:next_sp (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | unwind_frame.c | 45 state->stack_info.type, state->stack_info.next_sp, in unwind_dump() 49 sp = PTR_ALIGN(stack_info.next_sp, sizeof(long))) { in unwind_dump() 229 if (get_stack_info(info->next_sp, state->task, info, in update_stack_state()
|
| H A D | unwind_guess.c | 42 state->sp = PTR_ALIGN(info->next_sp, sizeof(long)); in unwind_next_frame()
|
| H A D | unwind_orc.c | 60 state->stack_info.type, state->stack_info.next_sp, in unwind_dump() 64 sp = PTR_ALIGN(stack_info.next_sp, sizeof(long))) { in unwind_dump()
|
| /linux/arch/loongarch/kernel/ |
| H A D | unwind.c | 27 state->sp = info->next_sp; in default_next_frame()
|
| H A D | unwind_prologue.c | 211 regs = (struct pt_regs *)info->next_sp; in next_frame() 226 state->sp = info->next_sp; in next_frame()
|
| H A D | process.c | 273 info->next_sp = nextsp; in in_irq_stack() 290 info->next_sp = 0; in in_task_stack()
|
| H A D | unwind_orc.c | 466 regs = (struct pt_regs *)info->next_sp; in unwind_next_frame()
|
| /linux/arch/x86/include/asm/ |
| H A D | stacktrace.h | 28 unsigned long *begin, *end, *next_sp; member
|
| /linux/arch/loongarch/include/asm/ |
| H A D | stacktrace.h | 22 unsigned long begin, end, next_sp; member
|