arm-trusted-firmware/lib/aarch64
Andrew Thoelke 7935d0a59d Access system registers directly in assembler
Instead of using the system register helper functions to read
or write system registers, assembler coded functions should
use MRS/MSR instructions. This results in faster and more
compact code.

This change replaces all usage of the helper functions with
direct register accesses.

Change-Id: I791d5f11f257010bb3e6a72c6c5ab8779f1982b3
2014-05-07 11:29:50 +01:00
..
cache_helpers.S Correct usage of data and instruction barriers 2014-05-07 11:19:47 +01:00
cpu_helpers.S Access system registers directly in assembler 2014-05-07 11:29:50 +01:00
misc_helpers.S Replace disable_mmu with assembler version 2014-05-07 11:23:50 +01:00
sysreg_helpers.S Correct usage of data and instruction barriers 2014-05-07 11:19:47 +01:00
tlb_helpers.S Correct usage of data and instruction barriers 2014-05-07 11:19:47 +01:00
xlat_helpers.c Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00
xlat_tables.c Always use named structs in header files 2014-05-06 13:57:48 +01:00