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