Home
last modified time | relevance | path

Searched refs:Const_dataspace (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/ned/server/src/
A Dapp_model.h43 typedef L4Re::Util::Ref_cap<L4Re::Dataspace>::Cap Const_dataspace; typedef
47 typedef L4::Cap<L4Re::Dataspace> Const_dataspace;
57 static Const_dataspace open_file(char const *name);
63 Const_dataspace ds, unsigned long offset,
67 Const_dataspace src, unsigned long src_offs,
72 l4_addr_t local_attach_ds(Const_dataspace ds, unsigned long size,
84 static Const_dataspace reserved_area() in reserved_area()
85 { return Const_dataspace(); } in reserved_area()
A Dapp_model.cc28 App_model::Const_dataspace
37 Const_dataspace ds, unsigned long offset, in prog_attach_ds()
65 Const_dataspace src, unsigned long src_offs, in copy_ds()
74 App_model::local_attach_ds(Const_dataspace ds, unsigned long size, in local_attach_ds()
/l4re-core-master/moe/server/src/
A Dloader.h29 typedef Moe::Dataspace const *Const_dataspace; typedef
41 static Const_dataspace open_file(char const *name);
44 Const_dataspace ds, unsigned long offset,
51 Const_dataspace src, unsigned long src_offs,
56 l4_addr_t local_attach_ds(Const_dataspace ds, unsigned long size,
68 static Const_dataspace reserved_area() in reserved_area()
A Dloader.cc106 Moe_app_model::Const_dataspace
117 Const_dataspace ds, unsigned long offset, in prog_attach_ds()
142 Const_dataspace src, unsigned long src_offs, in copy_ds()
150 Moe_app_model::local_attach_ds(Const_dataspace ds, unsigned long /*size*/, in local_attach_ds()
/l4re-core-master/libloader/include/
A Delf130 typedef typename App_model::Const_dataspace Const_dataspace;
280 typedef typename App_model::Const_dataspace Const_dataspace;
284 Const_dataspace bin;
326 Const_dataspace ds = bin;
358 typedef typename App_model::Const_dataspace Const_dataspace;
360 Const_dataspace bin;
417 typedef typename App_model::Const_dataspace Const_dataspace;
419 Const_dataspace bin;
468 typedef typename App_model::Const_dataspace Const_dataspace;
470 Const_dataspace bin;
[all …]
A Dloader170 typedef typename App_model::Const_dataspace Const_dataspace;
173 void launch(App_model *model, Const_dataspace bin, Dbg_ const &dbg);
177 typename App_model::Const_dataspace bin = model->open_file(prog);
182 void launch(App_task task, Prog prog, Const_dataspace bin, Dbg_ const &dbg)
197 virtual void read_infos(App_model *, Const_dataspace bin, Dbg_log const &ldr) = 0;
198 virtual void load(App_model *, Const_dataspace bin, Dbg_log const &ldr) = 0;
204 Loader<App_model_, Dbg_>::launch(App_model *am, Const_dataspace bin, Dbg_ const &dbg)
/l4re-core-master/l4re_kernel/server/src/
A Dloader.h68 typedef L4::Cap<L4Re::Dataspace> Const_dataspace; typedef
77 static Const_dataspace open_file(char const *name);
80 Const_dataspace ds, unsigned long offset,
84 Const_dataspace src, unsigned long src_offs,
89 l4_addr_t local_attach_ds(Const_dataspace ds, unsigned long size,
102 static Const_dataspace reserved_area() in reserved_area()
A Dloader.cc84 L4Re_app_model::Const_dataspace
99 Const_dataspace ds, unsigned long offset, in prog_attach_ds()
112 Const_dataspace src, unsigned long src_offs, in copy_ds()
120 L4Re_app_model::local_attach_ds(Const_dataspace ds, unsigned long size, in local_attach_ds()

Completed in 12 milliseconds