Home
last modified time | relevance | path

Searched refs:next_sp (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/kernel/
H A Dunwind_frame.c45 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 Dunwind_guess.c42 state->sp = PTR_ALIGN(info->next_sp, sizeof(long)); in unwind_next_frame()
H A Dunwind_orc.c60 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 Dunwind.c27 state->sp = info->next_sp; in default_next_frame()
H A Dunwind_prologue.c211 regs = (struct pt_regs *)info->next_sp; in next_frame()
226 state->sp = info->next_sp; in next_frame()
H A Dprocess.c273 info->next_sp = nextsp; in in_irq_stack()
290 info->next_sp = 0; in in_task_stack()
H A Dunwind_orc.c466 regs = (struct pt_regs *)info->next_sp; in unwind_next_frame()
/linux/arch/x86/include/asm/
H A Dstacktrace.h28 unsigned long *begin, *end, *next_sp; member
/linux/arch/loongarch/include/asm/
H A Dstacktrace.h22 unsigned long begin, end, next_sp; member