Searched refs:unwind_frame_init (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unwind.h | 74 void unwind_frame_init(struct unwind_frame_info *info, struct task_struct *t,
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | unwind.c | 385 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 D | traps.c | 447 unwind_frame_init(&info, current, regs); in parisc_terminate()
|