genode/repos/base/src/base
Christian Prochaska 078883fda3 base: interface for D- and I-cache synchronization
On ARM, when machine instructions get written into the data cache
(for example by a JIT compiler), one needs to make sure that the
instructions get written out to memory and read from memory into
the instruction cache before they get executed. This functionality
is usually provided by a kernel syscall and this patch adds a generic
interface for Genode applications to use it.

Fixes #1153.
2014-05-27 11:14:45 +02:00
..
allocator Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
avl_tree Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
child Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
console Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
cpu base: interface for D- and I-cache synchronization 2014-05-27 11:14:45 +02:00
cxx Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
elf Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
env Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
heap Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ipc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
lock Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
pager Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
process Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
server Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
signal Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
thread Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains the mandatory Genode infrastructure
on which all Genode components rely. Each subdirectory
corresponds to a library.

:Note: Do not mistake the name of this directory with the
  make variable $(BASE_DIR). The make variable refers to
  the top-level directory of the whole Genode source tree.