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

  /device/linaro/bootloader/arm-trusted-firmware/bl1/aarch64/
bl1_context_mgmt.c 25 void *cm_get_context(uint32_t security_state) function
70 if (!cm_get_context(security_state))
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31_context_mgmt.c 21 void *cm_get_context(uint32_t security_state) function
  /device/linaro/bootloader/arm-trusted-firmware/bl1/aarch32/
bl1_context_mgmt.c 48 void *cm_get_context(uint32_t security_state) function
138 cm_set_next_context(cm_get_context(security_state));
152 cpu_context_t *ctx = cm_get_context(security_state);
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min_main.c 59 void *cm_get_context(uint32_t security_state) function
116 cpu_context_t *ctx = cm_get_context(NON_SECURE);
130 copy_cpu_ctx_to_smc_stx(get_regs_ctx(cm_get_context(NON_SECURE)),
199 cpu_context_t *ctx = cm_get_context(NON_SECURE);
209 copy_cpu_ctx_to_smc_stx(get_regs_ctx(cm_get_context(NON_SECURE)),

Completed in 59 milliseconds