Home
last modified time | relevance | path

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

/qemu/linux-user/s390x/
H A Dsignal.c177 abi_ulong restorer; in setup_frame() local
213 restorer = ka->sa_restorer; in setup_frame()
215 restorer = default_sigreturn; in setup_frame()
219 env->regs[14] = restorer; in setup_frame()
246 abi_ulong restorer; in setup_rt_frame() local
264 restorer = ka->sa_restorer; in setup_rt_frame()
266 restorer = default_rt_sigreturn; in setup_rt_frame()
285 env->regs[14] = restorer; in setup_rt_frame()
/qemu/tests/tcg/aarch64/
H A Dbti-crt.c.inc39 unsigned long restorer;
/qemu/linux-user/
H A Dsyscall.c9902 target_ulong restorer = arg5; in _syscall2() local
9904 target_ulong restorer = arg4; in _syscall2()
9908 target_ulong restorer = 0; in _syscall2()
9922 ret = get_errno(do_sigaction(arg1, act, oact, restorer)); in _syscall2()