Home
last modified time | relevance | path

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

/kernel/
Dsignal.c3995 do_sigaltstack (const stack_t *ss, stack_t *oss, unsigned long sp, in do_sigaltstack() function
4043 err = do_sigaltstack(uss ? &new : NULL, uoss ? &old : NULL, in SYSCALL_DEFINE2()
4056 (void)do_sigaltstack(&new, NULL, current_user_stack_pointer(), in restore_altstack()
4090 ret = do_sigaltstack(uss_ptr ? &uss : NULL, &uoss, in do_compat_sigaltstack()