Home
last modified time | relevance | path

Searched refs:unwind_frame_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dunwind.h74 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t,
/openbmc/linux/arch/parisc/kernel/
H A Dunwind.c385 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t, in unwind_frame_init() function
410 unwind_frame_init(info, t, r2); in unwind_frame_init_from_blocked_task()
435 unwind_frame_init(info, task, regs); in unwind_frame_init_task()
H A Dtraps.c447 unwind_frame_init(&info, current, regs); in parisc_terminate()