Searched refs:_next_gate (Results 1 – 1 of 1) sorted by relevance
57 static l4_cap_idx_t _next_gate = L4_BASE_CAPS_LAST + L4_CAP_OFFSET; in new_client() local59 if ((_next_gate >> L4_CAP_SHIFT) & ~Region::Owner_mask) in new_client()65 l4_factory_create_gate_u(L4_BASE_FACTORY_CAP, _next_gate, in new_client()66 L4_BASE_THREAD_CAP, (_next_gate >> L4_CAP_SHIFT) << 4, a->utcb); in new_client()67 a->snd_fpage(l4_obj_fpage(_next_gate, 0, L4_CAP_FPAGE_RWS)); in new_client()68 _next_gate += L4_CAP_SIZE; in new_client()
Completed in 3 milliseconds