arm-trusted-firmware/include/lib/cpus/aarch32
Roberto Vargas f21b9f6d6e Remove .struct directive
This directive is not implemented by clang assembler. The traditional
way to implement structs in assembly is using two macros for every field,
one for the offset, and another one for the size. For every field, the
offset can be calculated using the size and offset of the previous field.

Change-Id: Iacc6781e8f302fb925898737b8e85ab4e88a51cc
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2018-07-11 09:23:02 +01:00
..
aem_generic.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a5.h ARMv7: introduce Cortex-A5 2017-11-08 13:49:45 +01:00
cortex_a7.h ARMv7: introduce Cortex-A7 2017-11-08 13:49:49 +01:00
cortex_a9.h ARMv7: introduce Cortex-A9 2017-11-08 13:49:43 +01:00
cortex_a12.h ARMv7: introduce Cortex-A12 2017-11-08 13:49:55 +01:00
cortex_a15.h Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 2018-01-18 10:36:25 +00:00
cortex_a17.h ARMv7: introduce Cortex-A17 2017-11-08 13:49:52 +01:00
cortex_a32.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a53.h CPU: Correct names of implementation-defined aux regs 2017-08-29 13:52:48 +01:00
cortex_a57.h aarch32: Implement static workaround for CVE-2018-3639 2018-05-23 12:45:48 +01:00
cortex_a72.h aarch32: Implement static workaround for CVE-2018-3639 2018-05-23 12:45:48 +01:00
cpu_macros.S Remove .struct directive 2018-07-11 09:23:02 +01:00