Searched refs:IPR_SOR_PORT (Results 1 – 2 of 2) sorted by relevance
536 if (IP_VALID(IPR_SOR_PORT(ipr->ipr_soright))) { in ipc_port_request_type()577 request = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_request_cancel()932 ipc_port_t soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_spnotify()985 soright = IPR_SOR_PORT(ipr->ipr_soright); in ipc_port_dnnotify()
383 #define IPR_SOR_PORT(sor) ((ipc_port_t)((uintptr_t)(sor) & ~IPR_SOR_SPBIT_MASK)) macro