HomeSort by relevance Sort by last modified time
    Searched refs:cpu_context (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
context_mgmt.h 68 * This function returns a pointer to the most recent 'cpu_context' structure
76 return get_cpu_data(cpu_context[security_state]);
80 * This function sets the pointer to the current 'cpu_context' structure for the
87 set_cpu_data(cpu_context[security_state], context);
cpu_data.h 80 void *cpu_context[2]; member in struct:cpu_data
context.h 187 * Common constants to help define the 'cpu_context' structure and its
252 typedef struct cpu_context { struct
270 * Compile time assertions related to the 'cpu_context' structure to
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
context_mgmt.c 48 * runtime services to share pointers to 'cpu_context' structures for the secure
68 * This function returns a pointer to the most recent 'cpu_context' structure
76 return get_cpu_data_by_mpidr(mpidr, cpu_context[security_state]);
80 * This function sets the pointer to the current 'cpu_context' structure for the
87 set_cpu_data_by_mpidr(mpidr, cpu_context[security_state], context);
92 * return. This initializes the SP_EL3 to a pointer to a 'cpu_context' set for
117 * The following function initializes a cpu_context for the current CPU for
177 * Always compute the SCTLR_EL1 value and save in the cpu_context
179 * are not part of the stored cpu_context
218 * For all entries, the EL1 registers are initialized from the cpu_context
    [all...]

Completed in 1720 milliseconds