Searched refs:utrap_handler_t (Results 1 – 3 of 3) sorted by relevance
/arch/sparc/kernel/ |
D | systbls.h | 44 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);
|
D | sys_sparc_64.c | 553 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/ |
D | utrap.h | 48 typedef void *utrap_handler_t; typedef
|