arm-trusted-firmware/include/lib/cpus/aarch32
Eleanor Bonnici e4e6c4be6f CPU: Make shifted constants unsigned
In order to avoid Undefined behavior, left operand in left-shift
expressions needs to be unsigned, and of sufficient size. The safest and
most consistent approach is to use unsigned long long type.

Change-Id: I9612f16a6e6ea4c7df62a02497d862abf19b8e1b
Signed-off-by: Eleanor Bonnici <Eleanor.bonnici@arm.com>
2017-08-29 13:52:48 +01:00
..
aem_generic.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a32.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a53.h aarch32: Implement errata workarounds for Cortex A53 2017-06-20 15:14:01 +01:00
cortex_a57.h CPU: Make shifted constants unsigned 2017-08-29 13:52:48 +01:00
cortex_a72.h CPU: Make shifted constants unsigned 2017-08-29 13:52:48 +01:00
cpu_macros.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00