Lines Matching refs:exception
153 mac_task_check_set_host_exception_port(struct task *task, unsigned int exception) in mac_task_check_set_host_exception_port() argument
160 current_cached_proc_cred(PROC_NULL), exception); in mac_task_check_set_host_exception_port()
226 int exception; in mac_task_check_set_task_exception_ports() local
244 for (exception = FIRST_EXCEPTION; exception < EXC_TYPES_COUNT; exception++) { in mac_task_check_set_task_exception_ports()
245 if (exception_mask & (1 << exception)) { in mac_task_check_set_task_exception_ports()
247 cred, &pident, exception, new_behavior); in mac_task_check_set_task_exception_ports()
262 int exception; in mac_task_check_set_thread_exception_ports() local
280 for (exception = FIRST_EXCEPTION; exception < EXC_TYPES_COUNT; exception++) { in mac_task_check_set_thread_exception_ports()
281 if (exception_mask & (1 << exception)) { in mac_task_check_set_thread_exception_ports()
283 cred, &pident, exception, new_behavior); in mac_task_check_set_thread_exception_ports()
309 int exception; in mac_task_check_set_host_exception_ports() local
314 for (exception = FIRST_EXCEPTION; exception < EXC_TYPES_COUNT; exception++) { in mac_task_check_set_host_exception_ports()
315 if (exception_mask & (1 << exception)) { in mac_task_check_set_host_exception_ports()
317 cred, exception); in mac_task_check_set_host_exception_ports()