Searched refs:ip_is_exception_port (Results 1 – 2 of 2) sorted by relevance
361 #define ip_is_exception_port(port) (((port)->ip_reply_port_semantics) == PORT_… macro
4246 ((!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()