Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
Dcontext_mgmt.h76 return get_cpu_data(cpu_context[security_state]); in cm_get_context()
87 set_cpu_data(cpu_context[security_state], context); in cm_set_context()
Dcpu_data.h80 void *cpu_context[2]; member
Dcontext.h252 typedef struct cpu_context { struct
/device/linaro/bootloader/arm-trusted-firmware/bl31/
Dcontext_mgmt.c76 return get_cpu_data_by_mpidr(mpidr, cpu_context[security_state]); in cm_get_context_by_mpidr()
87 set_cpu_data_by_mpidr(mpidr, cpu_context[security_state], context); in cm_set_context_by_mpidr()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dinterrupt-framework-design.md313 The `handle` parameter points to the `cpu_context` structure of the current CPU
318 `cpu_context` structure of the current CPU for the the target security state. It
346 each security state in the `cpu_context` structure of each CPU. It exports the
349 in the `cpu_context` is used by the `el3_exit()` function to program the
555 upon exception entry. The registers are saved in the per-cpu `cpu_context`
559 per-cpu `cpu_context` data structure referenced by the `SP_EL3` register.
562 from the per-cpu `cpu_context` data structure in `SP_EL0` and
658 to ensure that the next `cpu_context` to be restored is of the target
670 3. Setting the return value of the handler to the per-cpu `cpu_context` if
716 7. It returns the per-cpu `cpu_context` to indicate that the interrupt can
[all …]
Dchange-log.md224 * Optimized the EL3 register state stored in the `cpu_context` structure