genode/repos/base/include/drivers/defs
Stefan Kalkowski 6d48b5484d hw: correct the ARM cache maintainance operations
This commit fixes the following issues regarding cache maintainance
under ARM:

* read out I-, and D-cache line size at runtime and use the correct one
* remove 'update_data_region' call from unprivileged syscalls
* rename 'update_instr_region' syscall to 'cache_coherent_region' to
  reflect what it doing, namely make I-, and D-cache coherent
* restrict 'cache_coherent_region' syscall to one page at a time
* lookup the region given in a 'cache_coherent_region' syscall in the
  page-table of the PD to prevent machine exceptions in the kernel
* only clean D-cache lines, do not invalidate them when pages where
  added on Cortex-A8 and ARMv6 (MMU sees phys. memory here)
* remove unused code relicts of cache maintainance

In addition it introduces per architecture memory clearance functions
used by core, when preparing new dataspaces. Thereby, it optimizes:

* on ARMv7 using per-word assignments
* on ARMv8 using cacheline zeroing
* on x86_64 using 'rept stosq' assembler instruction

Fix #3685
2020-03-26 11:38:55 +01:00
..
arm_v7.h vmm_arm: support for i.MX7 Dual SABRE board 2019-05-06 16:15:25 +02:00
arndale.h base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
exynos5.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00
imx6.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00
imx6q_sabrelite.h enable i.MX6 Quad Sabrelite board for hw and foc 2019-01-30 13:35:28 +01:00
imx7d_sabre.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00
imx8q_evk.h sd_card_drv: i.MX8 support 2019-12-19 17:01:42 +01:00
imx53_qsb.h base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
imx53.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00
nit6_solox.h hw: add board support for Nitrogen6 SoloX 2019-02-26 14:45:31 +01:00
odroid_x2.h base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
odroid_xu.h base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
panda.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00
pbxa9.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00
riscv.h riscv: ISA-1.9.1 and GCC-6.3.0 adaptions 2017-05-31 13:16:24 +02:00
rpi.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00
usb_armory.h base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
wand_quad.h hw: avoid code duplication for imx6 initialization 2019-02-26 14:45:31 +01:00
zynq_qemu.h zynq: move RAM size to board defs 2018-11-29 11:46:02 +01:00
zynq.h hw: correct the ARM cache maintainance operations 2020-03-26 11:38:55 +01:00