Home
last modified time | relevance | path

Searched refs:sigreturn (Results 1 – 3 of 3) sorted by relevance

/components/lwp/arch/risc-v/rv64/
A Dlwp_arch.c252 rt_int64_t sigreturn; member
303 lwp_memcpy(&new_sp->sigreturn, &lwp_sigreturn, lwp_sigreturn_bytes); in arch_signal_ucontext_save()
310 rt_hw_sync_cache_local(&new_sp->sigreturn, 8); in arch_signal_ucontext_save()
/components/lwp/arch/arm/cortex-a/
A Dlwp_arch.c123 rt_base_t sigreturn[lwp_sigreturn_bytes / sizeof(rt_base_t)]; member
184 lwp_memcpy(&new_sp->sigreturn, &lwp_sigreturn, lwp_sigreturn_bytes); in arch_signal_ucontext_save()
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_arch.c128 rt_int64_t sigreturn; member
232 lwp_memcpy(&new_sp->sigreturn, &lwp_sigreturn, lwp_sigreturn_bytes); in arch_signal_ucontext_save()

Completed in 4 milliseconds