Searched refs:unw_init_from_blocked_task (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/arch/ia64/kernel/ | 
| D | ptrace.c | 658 	unw_init_from_blocked_task(&info, child);  in ptrace_attach_sync_user_rbs()731 	unw_init_from_blocked_task(&info, child);  in convert_to_non_syscall()
 840 	unw_init_from_blocked_task(&info, child);  in ptrace_getregs()
 985 	unw_init_from_blocked_task(&info, child);  in ptrace_setregs()
 1688 		unw_init_from_blocked_task(&info, target);  in unwind_and_call()
 1817 			unw_init_from_blocked_task(&info, child);  in access_uarea()
 1930 		unw_init_from_blocked_task(&info, child);  in access_uarea()
 2060 		unw_init_from_blocked_task(&ufi, task);  in ia64_syscall_get_set_arguments()
 
 | 
| D | process.c | 91 		unw_init_from_blocked_task(&info, task);  in show_stack()542 	unw_init_from_blocked_task(&info, p);  in get_wchan()
 
 | 
| D | unwind.c | 2072 unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t)  in unw_init_from_blocked_task()  function2079 EXPORT_SYMBOL(unw_init_from_blocked_task);
 
 | 
| /Linux-v5.10/arch/ia64/include/asm/ | 
| D | unwind.h | 116 extern void unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t);
 |