Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dsignal_32.c531 struct sigstack __user *ossptr, in do_sys_sigstack() argument
537 if (ossptr) { in do_sys_sigstack()
539 &ossptr->the_stack) || in do_sys_sigstack()
540 __put_user(on_sig_stack(sp), &ossptr->cur_status)) in do_sys_sigstack()
H A Dsignal32.c711 struct sigstack32 __user *ossptr = in do_sys32_sigstack() local
716 if (ossptr) { in do_sys32_sigstack()
718 &ossptr->the_stack) || in do_sys32_sigstack()
719 __put_user(on_sig_stack(sp), &ossptr->cur_status)) in do_sys32_sigstack()
H A Dkernel.h166 struct sigstack __user *ossptr,