Lines Matching refs:structure
26 In TF-A, the context is represented as a data structure used by the EL3 firmware
159 #. ``cpu_data_array.c`` : contains per_cpu_data structure instantiation.
162 structure members in assembly code.
176 #. ``cpu_data.h`` : contains the public interface to Per CPU data structure.
205 allocates memory for the CPU data structure.
212 This CPU data structure has a member element with an array of pointers to hold
233 the Secure, Non-Secure and Realm context structure addresses to ensure proper
240 structure. These cached copies are used to service trapped reads of the
254 The members of the context structure used by the EL3 firmware to preserve the
337 During this process, the per_cpu_data structure gets initialized with statically
504 Apart from the CPU context structure, we have another structure to manage some
507 The Per-world context structure is intended for managing EL3 system registers with
509 individual world. This structure operates independently of the CPU context
510 structure and is intended to manage specific EL3 registers.
523 the ``per_world_context_t`` structure includes a ``perworld_idregs_t`` member