Searched refs:lwp_thread_return (Results 1 – 6 of 6) sorted by relevance
45 void lwp_thread_return(); in lwp_copy_return_code_to_user_stack()51 rt_size_t size = (rt_size_t)lwp_thread_return_end - (rt_size_t)lwp_thread_return; in lwp_copy_return_code_to_user_stack()53 lwp_memcpy((void *)userstack, lwp_thread_return, size); in lwp_copy_return_code_to_user_stack()62 void lwp_thread_return(); in lwp_fix_sp()70 return cursp - ((rt_size_t)lwp_thread_return_end - (rt_size_t)lwp_thread_return); in lwp_fix_sp()
214 .global lwp_thread_return215 lwp_thread_return: label
51 .global lwp_thread_return52 lwp_thread_return: label
186 extern void lwp_thread_return();191 size_t size = (size_t)lwp_thread_return_end - (size_t)lwp_thread_return; in lwp_copy_return_code_to_user_stack()193 memcpy(retcode, (void *)lwp_thread_return, size); in lwp_copy_return_code_to_user_stack()
73 adr x2, lwp_thread_return456 lwp_thread_return: label
63 ldr r2, =lwp_thread_return374 lwp_thread_return: label
Completed in 7 milliseconds