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

  /device/linaro/bootloader/arm-trusted-firmware/bl31/
context_mgmt.c 135 cpu_context_t *ctx;
223 cpu_context_t *ctx = cm_get_context(security_state);
274 cpu_context_t *ctx;
284 cpu_context_t *ctx;
298 cpu_context_t *ctx;
316 cpu_context_t *ctx;
337 cpu_context_t *ctx;
367 cpu_context_t *ctx;
385 cpu_context_t *ctx;
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
context.h 259 } cpu_context_t; typedef in typeref:struct:cpu_context
261 /* Macros to access members of the 'cpu_context_t' structure */
262 #define get_el3state_ctx(h) (&((cpu_context_t *) h)->el3state_ctx)
264 #define get_fpregs_ctx(h) (&((cpu_context_t *) h)->fpregs_ctx)
266 #define get_sysregs_ctx(h) (&((cpu_context_t *) h)->sysregs_ctx)
267 #define get_gpregs_ctx(h) (&((cpu_context_t *) h)->gpregs_ctx)
274 CASSERT(CTX_GPREGS_OFFSET == __builtin_offsetof(cpu_context_t, gpregs_ctx), \
276 CASSERT(CTX_SYSREGS_OFFSET == __builtin_offsetof(cpu_context_t, sysregs_ctx), \
279 CASSERT(CTX_FPREGS_OFFSET == __builtin_offsetof(cpu_context_t, fpregs_ctx), \
282 CASSERT(CTX_EL3STATE_OFFSET == __builtin_offsetof(cpu_context_t, el3state_ctx),
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_private.h 153 cpu_context_t cpu_ctx;
opteed_main.c 351 cpu_context_t *ns_cpu_context;
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_private.h 208 cpu_context_t cpu_ctx;
tspd_main.c 77 cpu_context_t *ns_cpu_context;
302 cpu_context_t *ns_cpu_context;
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_setup.c 48 static cpu_context_t psci_ns_context[PLATFORM_CORE_COUNT];

Completed in 6767 milliseconds