genode/base-hw/src/core/include
Martin Stein 210216e5e1 hw: simplify Kernel::start_thread
Instead of writing initial thread context to the platform-thread members
and then communicating this core object to kernel, core calls
Kernel::access_thread_regs first to initialize thread context and then
Kernel::start_thread without a platform-thread pointer. This way
the frontend as well as the backend of Kernel::start_thread loose
complexity and it is a first step to remove platform thread from the
vocabulary of the kernel.

ref #953
2013-11-25 09:45:31 +01:00
..
assert.h
cpu_thread_allocator.h
irq_session_component.h hw: handle interrupts via signals 2013-11-14 19:57:30 +01:00
platform_pd.h
platform_thread.h hw: simplify Kernel::start_thread 2013-11-25 09:45:31 +01:00
platform.h hw: clearer naming scheme in kernel API 2013-11-25 09:45:30 +01:00
signal_root.h hw: clearer naming scheme in kernel API 2013-11-25 09:45:30 +01:00
signal_session_component.h hw: adjust SIGNAL SLAB sizes to new conditions 2013-11-18 11:01:45 +01:00
trustzone.h
util.h hw: identify core threads through stack pointer 2013-11-25 09:45:30 +01:00
vm_root.h
vm_session_component.h