genode/repos/dde_linux/src/lib/lxip
Stefan Kalkowski 786fe805da base: introduce caching attributes (fix #1184)
On ARM it's relevant to not only distinguish between ordinary cached memory
and write-combined one, but also having non-cached memory too. To insert the
appropriated page table entries e.g.: in the base-hw kernel, we need to preserve
the information about the kind of memory from allocation until the pager
resolves a page fault. Therefore, this commit introduces a new Cache_attribute
type, and replaces the write_combined boolean with the new type where necessary.
2014-06-26 10:57:26 +02:00
..
include Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
driver.c Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
dummies_c.c Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
dummies.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
env.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
init.c Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
lxc_emul.c Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
lxcc_emul.cc base: introduce caching attributes (fix #1184) 2014-06-26 10:57:26 +02:00
nic_handler.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
socket_handler.cc lxip: dissolve receiver in socket handler 2014-06-26 10:57:25 +02:00
socket.c Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
timer_handler.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00