Home
last modified time | relevance | path

Searched refs:Kobject (Results 1 – 25 of 32) sorted by relevance

12

/l4re-core-master/l4sys/include/
A Dkobject3 * Kobject C++ interface.
37 * However, subclasses doe not directly inherit from L4::Kobject but _must_
42 * \attention Objects derived from Kobject *must* never add any data to
46 class L4_EXPORT Kobject
49 Kobject();
50 Kobject(Kobject const &);
51 Kobject &operator = (Kobject const &);
56 typedef Typeid::Iface<L4_PROTO_META, Kobject> __Iface;
116 struct Kobject_0t : Kobject_t<Derived, L4::Kobject, PROTO, S_DEMAND> {};
A Ddebugger53 class Debugger : public Kobject_t<Debugger, Kobject, L4_PROTO_DEBUGGER>
88 * \param kobjp Kobject pointer
91 * \retval ~0UL The capability or the Kobject pointer are invalid.
A Dcapability43 class Kobject;
119 * L4::Cap<L4::Kobject> obj = ... ;
A Dsmart_capability68 * from the `this` pointer of an objected that is an L4::Kobject.
70 * \param p The `this` pointer of the Kobject or derived object
A Drcv_endpoint41 public Kobject_t<Rcv_endpoint, Kobject, L4_PROTO_KOBJECT,
A Dmeta37 class Meta : public Kobject_t<Meta, Kobject, L4_PROTO_META>
A Dplatform_control47 : public Kobject_t<Platform_control, Kobject, L4_PROTO_PLATFORM_CTL>
A D__typeinfo.h880 operator Kobject const & () const noexcept
994 operator Kobject const & () const noexcept
1140 operator Kobject const & () const noexcept
/l4re-core-master/moe/server/src/
A Dobj_reg.h113 L4::Cap<L4::Kobject> alloc()
115 L4::Cap<L4::Kobject> cap = _non_gc.alloc<L4::Kobject>();
125 L4::Cap<L4::Kobject> alloc(Moe::Server_object *_o)
130 L4::Cap<L4::Kobject> cap = _non_gc.alloc<L4::Kobject>();
A Dserver_obj.h48 struct Null_handler : L4::Epiface_t<Null_handler, L4::Kobject>
A Dserver_obj.cc31 _weak_cap = object_pool.cap_alloc()->alloc<L4::Kobject>(); in add_weak_ref()
A Dname_space.cc80 Entry::set_cap_copy(L4::Cap<L4::Kobject> cap) in set_cap_copy()
183 n->set_cap_copy(L4::Cap<L4::Kobject>(Rcv_cap << L4_CAP_SHIFT)); in op_register_obj()
A Dname_space.h119 void set_cap_copy(L4::Cap<L4::Kobject> cap);
A Dalloc.cc113 L4::Cap<L4::Kobject> ko; in op_create()
/l4re-core-master/l4sys/include/cxx/
A Dcapability.h11 class Kobject; variable
221 friend class L4::Kobject;
388 Cap<T> cap_cast(Cap<L4::Kobject> const &c) noexcept in cap_cast()
/l4re-core-master/l4sys/lib/src/
A Dkobject.cc3 L4::Type_info const L4::Kobject::__Kobject_typeid::_m = { 0, 0, 0, 0 };
/l4re-core-master/cxx/lib/ipc/include/
A Dipc_server79 Cap<Kobject> obj_cap() const
80 { return cap_cast<Kobject>(Epiface::obj_cap()); }
169 * (L4::Kobject). The implementation of Server_object::dispatch() must
172 struct Irq_handler_object : Server_object_t<Kobject> {};
/l4re-core-master/ned/server/src/
A Dlua_env.cc49 register_cap(l, i->name, L4::Cap<L4::Kobject>(i->cap)); in init()
A Dlua_factory.cc51 auto obj = L4Re::Util::make_unique_cap<L4::Kobject>(); in __alloc()
/l4re-core-master/l4re/include/
A Dparent54 public L4::Kobject_t<Parent, L4::Kobject, L4RE_PROTO_PARENT>
A Ddebug52 public L4::Kobject_t<Debug_obj, L4::Kobject, L4RE_PROTO_DEBUG>
A Dmmio_space43 : public L4::Kobject_t<Mmio_space, L4::Kobject, L4RE_PROTO_MMIO_SPACE>
A Dinhibitor41 public L4::Kobject_t<Inhibitor, L4::Kobject, L4RE_PROTO_INHIBITOR>
A Dnamespace61 public L4::Kobject_t<Namespace, L4::Kobject, L4RE_PROTO_NAMESPACE,
/l4re-core-master/l4re/util/include/
A Dobject_registry60 struct Null_handler : L4::Epiface_t<Null_handler, L4::Kobject>
138 auto cap = L4Re::Util::make_unique_cap<L4::Kobject>();

Completed in 73 milliseconds

12