Home
last modified time | relevance | path

Searched refs:task_is_pac_exception_fatal (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dexception.c837 if (task_is_pac_exception_fatal(task)) { in pac_exception_triage()
H A Dthread_act.c148 if (task_is_pac_exception_fatal(target_task) in thread_set_state_allowed()
H A Dtask.h1323 extern bool task_is_pac_exception_fatal(task_t task);
H A Dtask.c9788 task_is_pac_exception_fatal( in task_is_pac_exception_fatal() function