arm-trusted-firmware/lib/cpus
Varun Wadekar 601e3ed209 lib: cpus: sanity check pointers before use
The cpu_ops structure contains a lot of function pointers. It
is a good idea to verify that the function pointer is not NULL
before executing it.

This patch sanity checks each pointer before use to prevent any
unforeseen crashes. These checks have been enabled for debug
builds only.

Change-Id: Ib208331c20e60f0c7c582a20eb3d8cc40fb99d21
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2020-08-24 21:26:48 +00:00
..
aarch32 Cortex A9:errata 794073 workaround 2019-04-12 10:10:32 +00:00
aarch64 lib: cpus: sanity check pointers before use 2020-08-24 21:26:48 +00:00
cpu-ops.mk lib/cpus: Report AT speculative erratum workaround 2020-08-18 10:49:27 +01:00
errata_report.c Coverity: remove unnecessary header file includes 2020-02-04 10:23:51 -06:00