Searched refs:utrap_handler_t (Results 1 – 2 of 2) sorted by relevance
497 asmlinkage int sys_utrap_install(utrap_entry_t type, utrap_handler_t new_p, in sys_utrap_install()498 utrap_handler_t new_d, in sys_utrap_install()499 utrap_handler_t *old_p, utrap_handler_t *old_d) in sys_utrap_install()503 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in sys_utrap_install()509 if (put_user((utrap_handler_t)(current->thread.utraps[type]), old_p)) in sys_utrap_install()526 if ((utrap_handler_t)current->thread.utraps[type] != new_p && in sys_utrap_install()544 if (put_user((utrap_handler_t)(current->thread.utraps[type]), old_p)) in sys_utrap_install()
48 typedef void *utrap_handler_t; typedef