Searched refs:cap_reinterpret_cast (Results 1 – 8 of 8) sorted by relevance
32 L4::Cap<L4::Meta> m = L4::cap_reinterpret_cast<L4::Meta>(o); in cap_to_vfs_object()237 *ds = L4Re::Unique_cap<L4Re::Dataspace>(L4::cap_reinterpret_cast<L4Re::Dataspace>(c)); in get_ds()
81 L4::cap_reinterpret_cast<L4::Pager>(h->memory()) in map()
92 auto pager = L4::cap_reinterpret_cast<L4Re::Dataspace>(Env::env()->rm()); in insert_regions()
304 __loader_entry.pager = L4::cap_reinterpret_cast<Rm>(env->main_thread()); in start()
410 Cap<T> cap_reinterpret_cast(Cap<F> const &c) noexcept in cap_reinterpret_cast() function
130 Cap<Meta> mc = cap_reinterpret_cast<Meta>(c);
222 Smart_cap<T, SMART> cap_reinterpret_cast(Smart_cap<F, SMART> const &c) noexcept
509 // L4::cap_reinterpret_cast<L4Re::Debug_obj>(r)->debug(0);
Completed in 10 milliseconds