Home
last modified time | relevance | path

Searched hist:d9bd656cf5a4d0c21597a956c3711d08626ecfd0 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/lib/el3_runtime/aarch64/
H A Dcontext.hd9bd656cf5a4d0c21597a956c3711d08626ecfd0 Thu Jan 11 15:29:36 UTC 2018 Dimitris Papastamos <dimitris.papastamos@arm.com> 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>