Searched refs:new_thread_stack (Results 1 – 4 of 4) sorted by relevance
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_arch.c | 101 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack, in arch_set_thread_context() argument 109 new_thread_stack = (rt_ubase_t*)RT_ALIGN_DOWN((rt_ubase_t)new_thread_stack, 16); in arch_set_thread_context() 111 syscall_frame = (void *)((long)new_thread_stack - sizeof(struct rt_hw_exp_stack)); in arch_set_thread_context()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 160 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack, in arch_set_thread_context() argument 165 RT_ASSERT(new_thread_stack != RT_NULL); in arch_set_thread_context() 173 stk = (rt_uint8_t *)new_thread_stack; in arch_set_thread_context()
|
| /components/lwp/ |
| A D | lwp_arch_comm.h | 43 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack,
|
| /components/lwp/arch/x86/i386/ |
| A D | lwp_arch.c | 255 void arch_set_thread_context(void *exit_addr, void *new_thread_stack, void *user_stack, void **thre… in arch_set_thread_context() argument 262 …rt_hw_stack_frame_t *frame = (rt_hw_stack_frame_t *)((rt_ubase_t)new_thread_stack - sizeof(rt_hw_s… in arch_set_thread_context()
|
Completed in 5 milliseconds