Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/microblaze/include/asm/
A Dprocessor.h78 # define task_sp(task) (task_regs(task)->r1) macro
82 # define KSTK_ESP(task) (task_sp(task))
/linux-6.3-rc2/arch/mips/kernel/
A Dprocess.c575 unsigned long task_sp = *(unsigned long *)*sp; in unwind_stack_by_address() local
581 if (!object_is_on_stack((void *)task_sp)) in unwind_stack_by_address()
588 regs = (struct pt_regs *)task_sp; in unwind_stack_by_address()

Completed in 6 milliseconds