Searched refs:unw_init_from_blocked_task (Results 1 – 5 of 5) sorted by relevance
/arch/ia64/include/asm/ |
D | unwind.h | 115 extern void unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t);
|
D | processor.h | 617 unw_init_from_blocked_task(&info, t); in thread_saved_pc()
|
/arch/ia64/kernel/ |
D | process.c | 93 unw_init_from_blocked_task(&info, task); in show_stack() 610 unw_init_from_blocked_task(&info, p); in get_wchan()
|
D | ptrace.c | 656 unw_init_from_blocked_task(&info, child); in ptrace_attach_sync_user_rbs() 729 unw_init_from_blocked_task(&info, child); in convert_to_non_syscall() 838 unw_init_from_blocked_task(&info, child); in ptrace_getregs() 983 unw_init_from_blocked_task(&info, child); in ptrace_setregs() 1833 unw_init_from_blocked_task(&ufi, target); in do_regset_call() 2203 unw_init_from_blocked_task(&ufi, task); in ia64_syscall_get_set_arguments()
|
D | unwind.c | 2071 unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t) in unw_init_from_blocked_task() function 2078 EXPORT_SYMBOL(unw_init_from_blocked_task);
|