Searched refs:unw_init_from_blocked_task (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/ia64/kernel/ |
D | ptrace.c | 674 unw_init_from_blocked_task(&info, child); in convert_to_non_syscall() 783 unw_init_from_blocked_task(&info, child); in ptrace_getregs() 928 unw_init_from_blocked_task(&info, child); in ptrace_setregs() 1634 unw_init_from_blocked_task(&info, target); in unwind_and_call() 1763 unw_init_from_blocked_task(&info, child); in access_uarea() 1876 unw_init_from_blocked_task(&info, child); in access_uarea() 2011 unw_init_from_blocked_task(&ufi, task); in syscall_get_arguments()
|
D | process.c | 92 unw_init_from_blocked_task(&info, task); in show_stack() 544 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() function 2079 EXPORT_SYMBOL(unw_init_from_blocked_task);
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | unwind.h | 116 extern void unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t);
|