Lines Matching refs:platform
44 RAS Framework in TF-A allows the platform to define an external abort handler and to
62 - KFH is the default handling mode if platform does not explicitly enable FFH mode.
121 - **FAULT_INJECTION_SUPPORT**: Required for testing RAS feature on fvp platform
151 Inject uncontainable RAS errors which causes platform to panic.
183 The RAS framework allows the platform to define handlers for External Abort,
198 The platform should enumerate the error records providing for each of them:
254 The platform is expected populate an array using the macros above, and register
273 When the platform enumerates error records, for those records in the Standard
285 work, the platform must setup and register with |EHF|. See `Interaction with
288 For each RAS interrupt, the platform has to provide structure of type ``struct
296 The platform is expected to define an array of ``struct ras_interrupt``, and
325 Double faults are fatal, and terminate at the platform double fault handler, and
331 Enabling RAS support is a platform choice
337 to through platform-supplied error records, probe them, and when an error is
343 Note that, if the platform chooses to override the ``plat_ea_handler`` function
349 when a RAS interrupt taken at EL3. The function bisects the platform-supplied
359 means that the platform must partition a :ref:`priority level <Partitioning
360 priority levels>` for handling RAS exceptions. The platform must then define