/l4re-core-master/moe/server/src/ |
A D | name_space.h | 32 class Entry 71 : Entry(name, strlen(name), flags) in Entry() 83 ~Entry(); 124 typedef Entry::Name Key_type; 131 bool operator () (Entry::Name const &l, Entry::Name const &r) const in operator() 144 friend class Entry; variable 149 Entry *find(Entry::Name const &name) const in find() 152 Entry *remove(Entry::Name const &name) in remove() 155 bool insert(Entry *e) in insert() 188 cxx::unique_ptr<Entry> n(qalloc()->make_obj<Entry>(name.start(), name.len(), in register_obj() [all …]
|
A D | name_space.cc | 35 Entry::~Entry() in ~Entry() 49 Entry::set(L4::Cap<void> cap) in set() 56 Entry::set(Moe::Server_object *o) in set() 64 Entry::set_epiface(l4_umword_t data) in set_epiface() 97 Entry * 100 Entry *n = find(Entry::Name(name.data, name.length)); in check_existing() 119 Entry * 122 Entry::Name name = pname; in find_iter() 135 Entry *o = ns->find(Entry::Name(part.start(), part.len())); in find_iter() 213 Entry *n = find(Entry::Name(name.data, part)); in op_unlink() [all …]
|
A D | main.cc | 50 using Moe::Entry; 564 root_name_space()->register_obj("log", Entry::F_rw, L4_BASE_LOG_CAP); in main() 565 root_name_space()->register_obj("icu", Entry::F_rw, L4_BASE_ICU_CAP); in main() 567 root_name_space()->register_obj("iommu", Entry::F_rw, L4_BASE_IOMMU_CAP); in main() 569 root_name_space()->register_obj("arm_smc", Entry::F_rw, L4_BASE_ARM_SMCCC_CAP); in main() 570 root_name_space()->register_obj("sigma0", Entry::F_trusted | Entry::F_rw, in main() 572 …root_name_space()->register_obj("mem", Entry::F_trusted | Entry::F_rw, Allocator::root_allocator()… in main() 574 … root_name_space()->register_obj("jdb", Entry::F_trusted | Entry::F_rw, L4_BASE_DEBUGGER_CAP); in main() 575 root_name_space()->register_obj("kip", Entry::F_rw, kip_ds->obj_cap()); in main()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 49 template<typename Entry, typename _Alloc> 52 typedef typename _Alloc::template rebind<Entry> __rebind_e; 78 template<typename Entry, class _Alloc> 79 typename cond_dealtor<Entry, _Alloc>::entry_allocator 80 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 49 template<typename Entry, typename _Alloc> 52 typedef typename _Alloc::template rebind<Entry> __rebind_e; 78 template<typename Entry, class _Alloc> 79 typename cond_dealtor<Entry, _Alloc>::entry_allocator 80 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 49 template<typename Entry, typename _Alloc> 52 typedef typename _Alloc::template rebind<Entry> __rebind_e; 78 template<typename Entry, class _Alloc> 79 typename cond_dealtor<Entry, _Alloc>::entry_allocator 80 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 49 template<typename Entry, typename _Alloc> 52 typedef typename _Alloc::template rebind<Entry> __rebind_e; 78 template<typename Entry, class _Alloc> 79 typename cond_dealtor<Entry, _Alloc>::entry_allocator 80 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 51 template<typename Entry, typename _Alloc> 54 typedef rebind_traits<_Alloc, Entry> alloc_traits; 80 template<typename Entry, class _Alloc> 81 typename cond_dealtor<Entry, _Alloc>::entry_allocator 82 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 49 template<typename Entry, typename _Alloc> 52 typedef typename _Alloc::template rebind<Entry> __rebind_e; 78 template<typename Entry, class _Alloc> 79 typename cond_dealtor<Entry, _Alloc>::entry_allocator 80 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 49 template<typename Entry, typename _Alloc> 52 typedef typename _Alloc::template rebind<Entry> __rebind_e; 78 template<typename Entry, class _Alloc> 79 typename cond_dealtor<Entry, _Alloc>::entry_allocator 80 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/ |
A D | cond_dealtor.hpp | 51 template<typename Entry, typename _Alloc> 54 typedef rebind_traits<_Alloc, Entry> alloc_traits; 80 template<typename Entry, class _Alloc> 81 typename cond_dealtor<Entry, _Alloc>::entry_allocator 82 cond_dealtor<Entry, _Alloc>::s_alloc;
|
/l4re-core-master/l4re/util/include/ |
A D | name_space_svr | 140 class Entry : public cxx::Avl_tree_node 150 Entry(Name const &n, Obj const &o, bool dynamic = false) 174 static Key_type const &key_of(Entry const *e) 186 friend class Entry; 189 typedef cxx::Avl_tree<Entry, Names_get_key> Tree; 211 Entry *find_iter(Name const &name) const; 212 bool insert(Entry *e) { return _tree.insert(e).second; } 222 * \param flags Entry flags, see Obj::Flags. 228 * everything in an Entry. 235 * \param e Entry to free. [all …]
|
/l4re-core-master/l4re/util/libs/ |
A D | name_space_svr.cc | 38 Entry::set(Obj const &o) in set() 43 Entry * 59 Entry *o = ns->find(Name(part.start(), part.len())); in find_iter() 104 Entry *n = find(Name(name.data, part)); in op_query() 153 Name_space::insert_entry(Name const &name, unsigned flags, Entry **e) in insert_entry() 155 Entry *n = find(name); in insert_entry() 240 Entry *n; in op_register_obj() 275 Entry *n = find(Name(name.data, part)); in op_unlink()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
A D | point_const_iterator.hpp | 53 template<typename Value_Type, typename Entry, bool Simple, 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
A D | point_const_iterator.hpp | 53 template<typename Value_Type, typename Entry, bool Simple, 58 typedef typename rebind_traits<_Alloc, Entry>::pointer entry_pointer;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
A D | point_const_iterator.hpp | 53 template<typename Value_Type, typename Entry, bool Simple, 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/binary_heap_/ |
A D | const_iterator.hpp | 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc> 57 typename Entry,
|
A D | point_const_iterator.hpp | 53 template<typename Value_Type, typename Entry, bool Simple, 58 typedef typename rebind_traits<_Alloc, Entry>::pointer entry_pointer;
|