genode/repos/base-nova/src/core
Norman Feske 4736488d99 core: change order of _export_ds and _clear_ds
On seL4, we need to convert untyped memory to page frames before being
able to use it as normal memory. There already exists the hook function
'_export_ds' that is principally suitable for such tasks. It is
currently solely used on Linux where we have to create a file for each
dataspace. To make the hook useful also for seL4, we need to call
_export_ds prior _clear_ds. Otherwise, we would try to clear memory that
is still untyped.
2015-05-20 17:52:57 +02:00
..
include CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +02:00
core_rm_session.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
cpu_session_extension.cc nova: use in core one pager per CPU 2015-02-27 11:40:58 +01:00
cpu_session_support.cc CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +02:00
echo.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
io_mem_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
irq_session_component.cc base: extend irq session to support MSIs 2015-05-20 17:39:14 +02:00
pd_session_extension.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
platform_pd.cc base: assign allocator and quota to platform pd 2015-04-17 16:13:19 +02:00
platform_thread.cc nova: use in core one pager per CPU 2015-02-27 11:40:58 +01:00
platform.cc base: extend irq session to support MSIs 2015-05-20 17:39:14 +02:00
ram_session_support.cc core: change order of _export_ds and _clear_ds 2015-05-20 17:52:57 +02:00
rm_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
signal_session_component.cc nova: leverage kernel to implement Genode signals 2015-03-27 11:53:11 +01:00
target.inc nova: leverage kernel to implement Genode signals 2015-03-27 11:53:11 +01:00
target.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
thread_start.cc nova: use in core one pager per CPU 2015-02-27 11:40:58 +01:00