Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/ipc/
H A Dipc_port.h322 #define ip_is_exception_port(port) (ip_type(port) == IOT_EXCEPTION_PORT) macro
H A Dipc_policy.c1623 if (ip_is_exception_port(port)) { in ipc_is_valid_exception_port()
/xnu-12377.41.6/osfmk/kern/
H A Dipc_tt.c4886 if (IP_VALID(new_port) && !ip_is_exception_port(new_port)) { in task_register_hardened_exception_handler()
4983 assert(!IP_VALID(exc_port) || ip_is_exception_port(exc_port)); in thread_adopt_exception_handler()