arm-trusted-firmware/include/lib/el3_runtime
Dimitris Papastamos d9bd656cf5 Optimize/cleanup BPIALL workaround
In the initial implementation of this workaround we used a dedicated
workaround context to save/restore state.  This patch reduces the
footprint as no additional context is needed.

Additionally, this patch reduces the memory loads and stores by 20%,
reduces the instruction count and exploits static branch prediction to
optimize the SMC path.

Change-Id: Ia9f6bf06fbf8a9037cfe7f1f1fb32e8aec38ec7d
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
2018-01-29 09:58:57 +00:00
..
aarch32 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
aarch64 Optimize/cleanup BPIALL workaround 2018-01-29 09:58:57 +00:00
context_mgmt.h context_mgmt: declare extern cm_set_next_context() for AArch32 2017-06-23 09:37:49 +02:00
cpu_data.h BL31: Introduce Exception Handling Framework 2017-11-13 07:49:30 +00:00
pubsub.h BL31: Introduce Publish and Subscribe framework 2017-10-23 08:15:11 +01:00
pubsub_events.h Add PubSub events for CPU powerdown/powerup 2018-01-11 10:33:41 +00:00