Searched refs:first_free_cap (Results 1 – 8 of 8) sorted by relevance
45 cap_alloc.construct(env->first_free_cap()); in init()46 env->first_free_cap(env->first_free_cap() + Global::Max_local_rm_caps); in init()
298 app_thread = Cap<Thread>(env->first_free_cap() << L4_CAP_SHIFT); in start()299 env->first_free_cap((app_thread.cap() >> L4_CAP_SHIFT)+1); in start()
36 __cap_alloc(L4Re::Env::env()->first_free_cap());55 _ds = L4::Cap<L4Re::Dataspace>(e->first_free_cap() << L4_CAP_SHIFT); in Ca()61 setup(a, Caps, e->first_free_cap() + 1); in Ca()
125 Cap<Dataspace> ds(Env::env()->first_free_cap() << L4_CAP_SHIFT); in __libc_alloc_initial_tls()126 ::l4re_global_env->first_free_cap += 1; in __libc_alloc_initial_tls()
70 L4::Cap<Th_sem_cap> s(env->first_free_cap() << L4_CAP_SHIFT); in __pthread_l4_initialize_main_thread()81 env->first_free_cap((s.cap() + L4_CAP_OFFSET) >> L4_CAP_SHIFT); in __pthread_l4_initialize_main_thread()
159 l4_cap_idx_t first_free_cap() const noexcept160 { return _env.first_free_cap; }262 void first_free_cap(l4_cap_idx_t c) noexcept263 { _env.first_free_cap = c; }
118 l4_cap_idx_t first_free_cap; /**< First capability index available to the application */ member
90 env->first_free_cap(first_free >> L4_CAP_SHIFT);
Completed in 7 milliseconds