genode/base-hw/src/core/include
Martin Stein bc24a21658 base-hw: embed kernel space into platform thread
Instead of allocating and freeing the space that is needed for the
kernel thread objects from core, wich is not convenient with the
quota system, platform thread now holds the space as array by
itself.

Unfortunately we cannot measure the space size by a static function
anymore, so kernel thread had to be moved from kernel.cc into its
own header. This way platform thread can use sizeof().

Fix #543
2012-11-30 16:23:16 +01:00
..
arm base-hw: Read and write whole thread states. 2012-11-22 09:21:53 +01:00
cortex_a9 Nested init on i.MX31 via base_hw. Rework base_hw. 2012-11-14 16:36:41 +01:00
imx31 Nested init on i.MX31 via base_hw. Rework base_hw. 2012-11-14 16:36:41 +01:00
vea9x4_trustzone Nested init on i.MX31 via base_hw. Rework base_hw. 2012-11-14 16:36:41 +01:00
assert.h Run Genode directly on hardware with 'base-hw'. 2012-08-03 12:06:37 +02:00
cpu_thread_allocator.h Run Genode directly on hardware with 'base-hw'. 2012-08-03 12:06:37 +02:00
platform_pd.h Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00
platform_thread.h base-hw: embed kernel space into platform thread 2012-11-30 16:23:16 +01:00
platform.h Run Genode directly on hardware with 'base-hw'. 2012-08-03 12:06:37 +02:00
signal_root.h Run Genode directly on hardware with 'base-hw'. 2012-08-03 12:06:37 +02:00
signal_session_component.h Run Genode directly on hardware with 'base-hw'. 2012-08-03 12:06:37 +02:00
trustzone.h base-hw: implement vm_session for TrustZone 2012-10-29 10:08:30 +01:00
util.h Run Genode directly on hardware with 'base-hw'. 2012-08-03 12:06:37 +02:00
vm_root.h base-hw: implement vm_session for TrustZone 2012-10-29 10:08:30 +01:00
vm_session_component.h Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00