Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dsystbls.h45 utrap_handler_t new_p,
46 utrap_handler_t new_d,
47 utrap_handler_t __user *old_p,
48 utrap_handler_t __user *old_d);
H A Dsys_sparc_64.c626 utrap_handler_t, new_p, utrap_handler_t, new_d, in SYSCALL_DEFINE5() argument
627 utrap_handler_t __user *, old_p, in SYSCALL_DEFINE5()
628 utrap_handler_t __user *, old_d) in SYSCALL_DEFINE5()
632 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in SYSCALL_DEFINE5()
638 if (put_user((utrap_handler_t)(current_thread_info()->utraps[type]), old_p)) in SYSCALL_DEFINE5()
656 if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p && in SYSCALL_DEFINE5()
675 if (put_user((utrap_handler_t)(current_thread_info()->utraps[type]), old_p)) in SYSCALL_DEFINE5()
/linux/arch/sparc/include/uapi/asm/
H A Dutrap.h49 typedef void *utrap_handler_t; typedef