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

  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_main.c 78 assert(handle == cm_get_context(SECURE));
81 ns_cpu_context = cm_get_context(NON_SECURE);
117 assert(handle == cm_get_context(NON_SECURE));
125 assert(&tsp_ctx->cpu_ctx == cm_get_context(SECURE));
336 assert(handle == cm_get_context(SECURE));
360 ns_cpu_context = cm_get_context(NON_SECURE);
383 assert(handle == cm_get_context(SECURE));
392 ns_cpu_context = cm_get_context(NON_SECURE);
465 assert(cm_get_context(SECURE) == &tsp_ctx->cpu_ctx);
476 SMC_RET0(cm_get_context(NON_SECURE))
    [all...]
tspd_common.c 98 assert(cm_get_context(SECURE) == &tsp_ctx->cpu_ctx);
123 assert(cm_get_context(SECURE) == &tsp_ctx->cpu_ctx);
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
context_mgmt.c 223 cpu_context_t *ctx = cm_get_context(security_state);
276 ctx = cm_get_context(security_state);
286 ctx = cm_get_context(security_state);
301 ctx = cm_get_context(security_state);
319 ctx = cm_get_context(security_state);
341 ctx = cm_get_context(security_state);
370 ctx = cm_get_context(security_state);
387 ctx = cm_get_context(security_state);
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
context_mgmt.h 47 static inline void *cm_get_context(uint32_t security_state);
72 void *cm_get_context(uint32_t security_state) function
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_main.c 114 assert(handle == cm_get_context(NON_SECURE));
122 assert(&optee_ctx->cpu_ctx == cm_get_context(SECURE));
371 assert(handle == cm_get_context(NON_SECURE));
387 assert(&optee_ctx->cpu_ctx == cm_get_context(SECURE));
508 assert(handle == cm_get_context(SECURE));
512 ns_cpu_context = cm_get_context(NON_SECURE);
527 ns_cpu_context = cm_get_context(NON_SECURE);
opteed_common.c 98 assert(cm_get_context(SECURE) == &optee_ctx->cpu_ctx);
123 assert(cm_get_context(SECURE) == &optee_ctx->cpu_ctx);

Completed in 919 milliseconds