Home
last modified time | relevance | path

Searched refs:task_sp (Results 1 – 2 of 2) sorted by relevance

/linux/arch/microblaze/include/asm/
A Dprocessor.h83 # define task_sp(task) (task_regs(task)->r1) macro
87 # define KSTK_ESP(task) (task_sp(task))
/linux/arch/mips/kernel/
A Dprocess.c574 unsigned long task_sp = *(unsigned long *)*sp; in unwind_stack_by_address() local
580 if (!object_is_on_stack((void *)task_sp)) in unwind_stack_by_address()
587 regs = (struct pt_regs *)task_sp; in unwind_stack_by_address()

Completed in 5 milliseconds