Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_port.h361 #define ip_is_exception_port(port) (((port)->ip_reply_port_semantics) == PORT_… macro
/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c4246 ((!ip_is_exception_port(new_port) && new_port->ip_immovable_receive) || in set_exception_ports_validation()
5101 if (IP_VALID(new_port) && !ip_is_exception_port(new_port)) { in task_register_hardened_exception_handler()
5198 assert(!IP_VALID(exc_port) || ip_is_exception_port(exc_port)); in thread_adopt_exception_handler()