Searched refs:cpu_context (Results 1 – 8 of 8) sorted by relevance
25 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()
56 void cm_set_next_context(void *cpu_context) in cm_set_next_context() argument58 assert(cpu_context); in cm_set_next_context()59 bl1_next_cpu_context_ptr = cpu_context; in cm_set_next_context()
53 typedef struct cpu_context { struct
102 void *cpu_context[2]; member
331 The ``handle`` parameter points to the ``cpu_context`` structure of the current CPU336 ``cpu_context`` structure of the current CPU for the target security state. On338 appropriate ``cpu_context`` to be used is expected to be set by the handler370 each security state in the ``cpu_context`` structure of each CPU. It exports the373 in the ``cpu_context`` is used by the ``el3_exit()`` function to program the633 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`` and722 to ensure that the next ``cpu_context`` to be restored is of the target733 #. Setting the return value of the handler to the per-cpu ``cpu_context`` if[all …]
304 typedef struct cpu_context { struct
252 INFO: Using opteed sec cpu_context!500 INFO: Using opteed sec cpu_context!
2364 - Optimized the EL3 register state stored in the ``cpu_context`` structure