genode/repos/base-hw/src/core/spec/arm
Stefan Kalkowski f842c92ee1 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-11 15:43:02 +01:00
..
kernel hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
virtualization hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
bcm2835_pic.cc hw: add system call for irq mode setting 2019-08-21 13:25:25 +02:00
bcm2835_pic.h hw: add system call for irq mode setting 2019-08-21 13:25:25 +02:00
bcm2835_system_timer.cc hw: move timer into board.h 2019-08-13 12:02:26 +02:00
bcm2835_system_timer.h hw: move timer into board.h 2019-08-13 12:02:26 +02:00
bcm2837_pic.cc hw: implement multi-processor support for rpi3 2019-11-19 14:42:22 +01:00
bcm2837_pic.h hw: implement multi-processor support for rpi3 2019-11-19 14:42:22 +01:00
cortex_a9_private_timer.cc hw: move timer into board.h 2019-08-13 12:02:26 +02:00
cortex_a9_private_timer.h hw: move timer into board.h 2019-08-13 12:02:26 +02:00
cpu.cc hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
cpu_support.h hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
crt0.s hw: switch page-tables only when necessary 2017-10-19 13:31:18 +02:00
exception_vector.S hw: be more accurate in synchronizing ASID/Pages 2020-02-20 12:11:23 +01:00
exynos_mct.cc hw: move timer into board.h 2019-08-13 12:02:26 +02:00
exynos_mct.h hw: move timer into board.h 2019-08-13 12:02:26 +02:00
generic_timer.cc hw: move timer into board.h 2019-08-13 12:02:26 +02:00
generic_timer.h hw: move timer into board.h 2019-08-13 12:02:26 +02:00
gicv2.cc hw: integrate interrupt controllers into board.h 2019-08-13 12:02:26 +02:00
gicv3.cc hw: instantiate pic object per cpu 2019-11-19 14:42:22 +01:00
imx_epit.cc hw: move timer into board.h 2019-08-13 12:02:26 +02:00
imx_epit.h hw: move timer into board.h 2019-08-13 12:02:26 +02:00
imx_tzic.cc hw: integrate interrupt controllers into board.h 2019-08-13 12:02:26 +02:00
platform_support.cc hw: add system call for irq mode setting 2019-08-21 13:25:25 +02:00
trustzone_board.h hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
vfpv2.s hw: enable eager FPU context switch for ARM 2018-11-29 11:54:31 +01:00
vfpv3-d32.s hw: enable eager FPU context switch for ARM 2018-11-29 11:54:31 +01:00