Home
last modified time | relevance | path

Searched refs:cpu_context (Results 1 – 8 of 8) sorted by relevance

/external/arm-trusted-firmware/bl31/
Dbl31_context_mgmt.c25 return get_cpu_data(cpu_context[security_state]); in cm_get_context()
36 set_cpu_data(cpu_context[security_state], context); in cm_set_context()
50 return get_cpu_data_by_index(cpu_idx, cpu_context[security_state]); in cm_get_context_by_index()
62 set_cpu_data_by_index(cpu_idx, cpu_context[security_state], context); in cm_set_context_by_index()
/external/arm-trusted-firmware/bl1/aarch32/
Dbl1_context_mgmt.c56 void cm_set_next_context(void *cpu_context) in cm_set_next_context() argument
58 assert(cpu_context); in cm_set_next_context()
59 bl1_next_cpu_context_ptr = cpu_context; in cm_set_next_context()
/external/arm-trusted-firmware/include/lib/el3_runtime/aarch32/
Dcontext.h53 typedef struct cpu_context { struct
/external/arm-trusted-firmware/include/lib/el3_runtime/
Dcpu_data.h102 void *cpu_context[2]; member
/external/arm-trusted-firmware/docs/design/
Dinterrupt-framework-design.rst331 The ``handle`` parameter points to the ``cpu_context`` structure of the current CPU
336 ``cpu_context`` structure of the current CPU for the target security state. On
338 appropriate ``cpu_context`` to be used is expected to be set by the handler
370 each security state in the ``cpu_context`` structure of each CPU. It exports the
373 in the ``cpu_context`` is used by the ``el3_exit()`` function to program the
633 upon exception entry. The registers are saved in the per-cpu ``cpu_context``
637 per-cpu ``cpu_context`` data structure referenced by the ``SP_EL3`` register.
640 from the per-cpu ``cpu_context`` data structure in ``SP_EL0`` and
722 to ensure that the next ``cpu_context`` to be restored is of the target
733 #. Setting the return value of the handler to the per-cpu ``cpu_context`` if
[all …]
/external/arm-trusted-firmware/include/lib/el3_runtime/aarch64/
Dcontext.h304 typedef struct cpu_context { struct
/external/u-boot/doc/
DREADME.rockchip252 INFO: Using opteed sec cpu_context!
500 INFO: Using opteed sec cpu_context!
/external/arm-trusted-firmware/docs/
Dchange-log.rst2364 - Optimized the EL3 register state stored in the ``cpu_context`` structure