Searched refs:cpu_context (Results 1 – 7 of 7) sorted by relevance
24 return get_cpu_data(cpu_context[get_cpu_context_index(security_state)]); in cm_get_context()35 set_cpu_data(cpu_context[get_cpu_context_index(security_state)], in cm_set_context()51 cpu_context[get_cpu_context_index(security_state)]); in cm_get_context_by_index()64 cpu_context[get_cpu_context_index(security_state)], in cm_set_context_by_index()
53 typedef struct cpu_context { struct
134 void *cpu_context[CPU_CONTEXT_NUM]; member
333 The ``handle`` parameter points to the ``cpu_context`` structure of the current CPU338 ``cpu_context`` structure of the current CPU for the target security state. On340 appropriate ``cpu_context`` to be used is expected to be set by the handler372 each security state in the ``cpu_context`` structure of each CPU. It exports the375 in the ``cpu_context`` is used by the ``el3_exit()`` function to program the635 upon exception entry. The registers are saved in the per-cpu ``cpu_context``639 per-cpu ``cpu_context`` data structure referenced by the ``SP_EL3`` register.642 from the per-cpu ``cpu_context`` data structure in ``SP_EL0`` and724 to ensure that the next ``cpu_context`` to be restored is of the target735 #. Setting the return value of the handler to the per-cpu ``cpu_context`` if[all …]
196 * Common constants to help define the 'cpu_context' structure and its280 typedef struct cpu_context { struct 362 * Compile time assertions related to the 'cpu_context' structure to281 gpregs_ctxcpu_context global() argument 282 el3state_ctxcpu_context global() argument 284 cve_2018_3639_ctxcpu_context global() argument 309 el1_sysregs_ctxcpu_context global() argument
219 void *cpu_context[CPU_DATA_CONTEXT_NUM];232 At runtime, ``cpu_context[CPU_DATA_CONTEXT_NUM]`` array will be intitialised with259 typedef struct cpu_context {480 - ``xxx_enable(cpu_context * )`` and ``xxx_disable(cpu_context * )`` - optional
3413 …- enhance the cpu_context memory report ([781e1a4](https://review.trustedfirmware.org/plugins/giti…12962 - Optimized the EL3 register state stored in the `cpu_context` structure so