arm-trusted-firmware/include/lib/pmf
dp-arm 2d84b46e96 Ensure PMF service timestamps are properly aligned on a cache line boundary
When using more than a single service in PMF, it is necessary that the
per-service timestamps begin on a cache line boundary.  Previously it
was possible that two services shared a cache line for their
timestamps.  This made it difficult to reason about cache maintenance
operations within a single service and required a global understanding
of how all services operate.

Change-Id: Iacaae5154a7e19ad4107468e56df9ad082ee371c
2016-09-14 11:41:41 +01:00
..
pmf.h Move pmf headers to include/lib/pmf 2016-08-26 09:41:44 +01:00
pmf_asm_macros.S Add assembler helper to calculate PMF timestamp offset 2016-08-26 09:41:44 +01:00
pmf_helpers.h Ensure PMF service timestamps are properly aligned on a cache line boundary 2016-09-14 11:41:41 +01:00