genode/repos/base-hw/src/core
Stefan Kalkowski c3d4802ac8 hw: re-implement lazy FPU context switch
The new implementation of the FPU and FPU context is taken out to
separate architecture-dependent header files. The generic Cpu_lazy_state
is deleted. There is no hint about the existence of something like an
FPU in the generic non-architexture-dependent code anymore. Instead the
architecture-dependent CPU context of a thread is extended by an FPU
context where supported.

Moreover, the current FPU implementations are enhanced so that threads
that get deleted now release the FPU when still obtaining it.

Fix #1855
2016-01-26 16:20:38 +01:00
..
include hw: re-implement lazy FPU context switch 2016-01-26 16:20:38 +01:00
kernel hw: re-implement lazy FPU context switch 2016-01-26 16:20:38 +01:00
spec hw: re-implement lazy FPU context switch 2016-01-26 16:20:38 +01:00
boot_modules.s hw: map binaries of boot modules on demand 2014-06-06 14:54:31 +02:00
capability.cc hw: kernel backed capabilities (Fix #1443) 2015-05-26 09:40:04 +02:00
console.cc hw: re-organize file structure 2014-08-15 10:19:48 +02:00
core_rm_session.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
cpu_session_support.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
env.cc hw: kernel backed capabilities (Fix #1443) 2015-05-26 09:40:04 +02:00
io_mem_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
irq_session_component.cc hw: prevent compiler warning 2015-08-31 09:09:23 +02:00
pager.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
perf_counter.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
platform.cc hw: preserve core's context-area (Fix #1853) 2016-01-26 16:20:37 +01:00
platform_pd.cc hw: explain misleading "Quota exceeded" 2015-12-10 13:16:26 +01:00
platform_thread.cc hw: use weak pointer when resolving a page-fault 2015-09-30 12:20:35 +02:00
ram_session_support.cc hw: correctly flush cache on ARM (fix #1257) 2014-10-10 13:02:30 +02:00
rm_session_support.cc hw: use weak pointer when resolving a page-fault 2015-09-30 12:20:35 +02:00
signal_session_component.cc core: do not destroy in object pool's apply scope 2015-09-30 12:20:40 +02:00
target.mk hw: enable kernel-internal tests via run tool 2014-11-28 12:02:34 +01:00
thread_start.cc hw: kernel backed capabilities (Fix #1443) 2015-05-26 09:40:04 +02:00