Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dsystbls.h44 utrap_handler_t new_p,
45 utrap_handler_t new_d,
46 utrap_handler_t __user *old_p,
47 utrap_handler_t __user *old_d);
Dsys_sparc_64.c553 utrap_handler_t, new_p, utrap_handler_t, new_d, in SYSCALL_DEFINE5() argument
554 utrap_handler_t __user *, old_p, in SYSCALL_DEFINE5()
555 utrap_handler_t __user *, old_d) in SYSCALL_DEFINE5()
559 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in SYSCALL_DEFINE5()
565 if (put_user((utrap_handler_t)(current_thread_info()->utraps[type]), old_p)) in SYSCALL_DEFINE5()
582 if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p && in SYSCALL_DEFINE5()
600 if (put_user((utrap_handler_t)(current_thread_info()->utraps[type]), old_p)) in SYSCALL_DEFINE5()
/arch/sparc/include/uapi/asm/
Dutrap.h48 typedef void *utrap_handler_t; typedef